nucleartux / react-native-date

React Native date and time pickers for Android
MIT License
47 stars 20 forks source link

undefined is not an object (evaluating 'NativeModules.DateAndroid.showTimepicker') #30

Closed CapitanRedBeard closed 8 years ago

CapitanRedBeard commented 8 years ago

Happy Wednesday, I'm trying to implement your package and I got all the way up until the point of using it when I get the red screen of death prompting the error that is specified in the title. Android isn't giving me any errors for compiling the project, linking the project, or setting up the project in my MainActivity.java. However when I attempt to use the picker my javascript can't seem to find DateAndroid from within NativeModules. Does this mean that I'm not linking the file correctly? Or do I need to do something additional in my react native code base? Thanks for your time! Emmett

CapitanRedBeard commented 8 years ago

This is because the README is outdated. To bring up the date picker one needs to call NativeModules.DatePickerAndroid.open(callback)