@react-native-community/cli
users, open Podfile in ios folder and change minimum iOS version to 14.0
before pod install
expo-build-properties
, open app.json file and update deploymentTarget
for ios
as belowAdd the library plugin in your app.json
config file and create a new build.
You also need to enable static linking for iOS by adding "useFrameworks": "static"
in the expo-build-properties
plugin.
This library is not supported in Expo Go.
Edit android/app/src/main/res/values/styles.xml
to inherit from provided theme in order to customize the appearance of the native bottom tabs.
Here you can read more about Android Native Styling.
To enable static linking for iOS, Open the ./ios/Podfile
file and add the following:
Please follow the guides below to integrate the library with your navigation library: