(cd .. && yarn install)
to install in the parent directoryyarn install
here
react-native run-android
pod install
in theios
directoryreact-native run-ios
You can also use npm
instead of yarn
if you prefer.
Open this example
directory in Android Studio.
Open SnackbarExample.xcworkspace
in Xcode.