The goal of this challenge is to create a simple React Native app that displays a list of documents, and allows the user to create new ones. Also the app receives real time notifications through a socket connection. The app should be able to run on both iOS and Android.
If you want to get access to the server, please contact me.
-
Test hasn't been implemented.
-
Clone the repo
-
Run
yarn
to install dependencies -
Go to
ios
folder (if you are using macOS) and runpod install
(if you are running an M1 Mac, please runarch -x86_64 pod install
instead) -
Run
yarn ios
oryarn android
to run the app. (if you are running an M1 Mac, please runarch -x86_64 yarn ios
instead). -
If you experiment any connection issue with the app in Android, try to run
adb reverse tcp:8080 tcp:8080
and reload the app.