Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 984 Bytes

File metadata and controls

26 lines (16 loc) · 984 Bytes

Install the Amplify React Native Package and other dependencies

Installing the @aws-amplify/react-native will bring in the necessary polyfills.

import rnVersionCallout from '/src/fragments/common/react-native-version-deployment-target.mdx';

<Fragments fragments={{ all: rnVersionCallout }} />

npm install @aws-amplify/react-native @react-native-community/netinfo @react-native-async-storage/async-storage

Install Amplify UI for React Native and its dependencies

import reactnative1 from '/src/fragments/lib/in-app-messaging/integrate-your-application/ui-integration.mdx';

<Fragments fragments={{ 'react-native': reactnative1 }} />

Learn more about Amplify In-App Messaging UI and how to fully unlock its capabilities here: Amplify UI for In-App Messaging

npm install @aws-amplify/ui-react-native react-native-safe-area-context@^4.2.5