mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bb060d6cf8
Summary: When mode is spinner in Android Nougat the DatePicker shows calendar I got it from https://gist.github.com/jeffdgr8/6bc5f990bf0c13a7334ce385d482af9f and did some adjustments in order to work with `DatePicker`. Workaround for this bug: https://code.google.com/p/android/issues/detail?id=222208. In Android 7.0 Nougat, spinner mode for the DatePicker in DatePickerDialog is incorrectly displayed as calendar. ## Changelog [Android][Fixed] Fix date picker with mode spinner on Android Nougat (7.0) Pull Request resolved: https://github.com/facebook/react-native/pull/24739 Differential Revision: D15391354 Pulled By: cpojer fbshipit-source-id: 09f45367250aa14857a9c68846c7f2ce7c49ee3b
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.