Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 439 Bytes

Snackbar Example

Usage

Setup

  1. (cd .. && yarn install) to install in the parent directory
  2. yarn install here

Android

  1. react-native run-android

iOS

  1. pod install in the ios directory
  2. react-native run-ios

You can also use npm instead of yarn if you prefer.

Development

Android

Open this example directory in Android Studio.

iOS

Open SnackbarExample.xcworkspace in Xcode.