(cd .. && yarn install)to install in the parent directoryyarn installhere
react-native run-android
pod installin theiosdirectoryreact-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.