Follow this guide to create a Cognito identity pool that will give your app access to AWS Lex
Copy .env.sample
to .env
and fill in the respective values, including the Cognito identity pool ID you just created
Follow the "Building Projects with Native Code" steps on the "Getting Started" guide for React Native to install dependencies for native development for your target platform (iOS, Android)
Run yarn install
yarn start
This process needs to remain running while you are developing the app, so it may be best to run in a separate terminal window/tab/pane.
iOS
yarn run react-native run-ios
Android
yarn run react-native run-android
react-native.md
contains the default project documentation. For further information, see the official project website.