/test_app_questions

App of tests

Primary LanguageJavaScript

RN App Test

Test application with interesting animation & VK authorization =)

Installation

First of all you need to download repo on your local machine:

$ git clone https://github.com/tokkozhin/test_app_questions.git

Go to the repo:

$ cd test_app_questions

And install dependencies:

$ npm install

or with yarn

$ yarn install

Now, you can run the project on iOS:

$ npx react-native run-ios

or Android:

$ npx react-native run-android