DropdownAlertExample
Up and running
Prerequisites
- Development machine is on MacOS.
- Homebrew https://brew.sh/
- Yarn package manager https://yarnpkg.com/
brew install yarn - Setup of development environment for iOS and Android
- Open terminal.
- Change to example directory (
cd ~/example). - Run
yarnto install Javascript dependencies. - Run
yarn doctorto assess development environment. - Fix any development errors before proceeding to next step.
- Run
yarn ios:podto install Cocoapods dependencies. - Run
yarn startto start the Metro Bundler. - Then enter
iorato run on iOS simulator or Android emulator.