@ -45,9 +45,12 @@ The second option is to use the inlined picker. Place it in a View or a custom m
- If using React Native 0.64, 0.64.2 or later must be used.
- If using Expo, SDK 42 or later must be used. If using Expo SDK 44, 44.0.4 or later must be used.
## Installation
## Expo
- ✅ You can use this library with [Development Builds](https://docs.expo.dev/development/introduction/). No config plugin is required.
- ❌ This library can't be used in the "Expo Go" app because it [requires custom native code](https://docs.expo.dev/workflow/customizing/).
If you're using expo, follow <ahref="#using-expo">these steps instead.</a>
## Installation
1. Download package with npm or yarn
@ -74,33 +77,6 @@ npx react-native run-ios
If you're having troubles after following these steps, there might be a <ahref="https://github.com/henninghall/react-native-date-picker/#user-content-linking">linking issue</a>.
## Using Expo
<ahref="https://expo.dev/">Expo</a> is supported by creating <ahref="https://docs.expo.dev/clients/introduction/">a custom client</a>.