This is a proof of concept integration of DAT in React Native.
- Prepare ReactNative development environment
- Clone this repo
- Open cloned repo in terminal
- Install node packages:
npm ci - Install Cocoapods:
cd ios; pod install; cd .. - Start React Native development server
npx react-native start - Run the app
npx react-native run-ios