Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

cliqz/dat-react-native

Repository files navigation

[Archived] DAT React Native

This is a proof of concept integration of DAT in React Native.

Setup

  • 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