Giter Site home page Giter Site logo

Comments (8)

Torippana avatar Torippana commented on May 20, 2024

this is my package json

"dependencies": {
    "firebase": "^4.6.2",
    "moment": "^2.22.2",
    "react": "16.2.0",
    "react-native": "0.53",
    "react-native-fetch-blob": "^0.10.8",
    "react-native-gifted-chat": "^0.4.3",
    "react-native-image-picker": "^0.26.4",
    "react-native-loading-spinner-overlay": "^0.5.2",
    "react-native-picker-select": "^3.1.2",
    "react-native-sentry": "^0.37.1",
    "react-native-vector-icons": "^4.6.0",
    "react-navigation": "^1.5.8"
  },
  "devDependencies": {
    "babel-jest": "22.4.3",
    "babel-preset-react-native": "4.0.0",
    "jest": "22.4.3",
    "react-test-renderer": "16.3.1"
  },
  "jest": {
    "preset": "react-native"
  }
}

from react-native-picker-select.

lfkwtz avatar lfkwtz commented on May 20, 2024

Please reproduce the issue you're having on snack.expo.io and then post it here. Thanks.

from react-native-picker-select.

Torippana avatar Torippana commented on May 20, 2024

https://snack.expo.io/@torippana/test-picker

I wanna explain about this problem but before I explain it, some small problem here I put link of snack expo.
it is not updating value. these have values but it does not show except [Select a ....]

from react-native-picker-select.

lfkwtz avatar lfkwtz commented on May 20, 2024

Sorry I don't understand the issue you're having. Your nameArray is initialized with strings that match the option's labels, not values. Maybe that's the issue? If not, please try to explain in more detail.

from react-native-picker-select.

kawashimaken avatar kawashimaken commented on May 20, 2024

I am not really understand this part

for(let i = 0; i < this.state.example.length; i++ {
    <RNPickerSelect value={this.state.example[i].name} /> 
}

And, as far as I can guess that it seems you want to change the picker select items dynamically, if that is the case, you need to simply update the state (in your case as mentioned above, add items to example array, or remove items from example array) and the react-native render will/should do the rest for you.

from react-native-picker-select.

lfkwtz avatar lfkwtz commented on May 20, 2024

closing due to inactivity

from react-native-picker-select.

d7laungani avatar d7laungani commented on May 20, 2024

I have the same problem in that initially i have an array which is empty [] so no items show up in the dropdown . Then I make a network request and update the local state, which RN picker select is pulling from. I make sure that the state is update and state is re-rendered but the selection does not update with the new values of the updated state item.

from react-native-picker-select.

lfkwtz avatar lfkwtz commented on May 20, 2024

@d7laungani can you recreate the issue on snack.expo.io or share a repo?

from react-native-picker-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.