A TVMAZE Api explorer build with React Native, typescript, redux toolkit
This is a new React Native project, bootstrapped using @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
- Install nvm (node version manager)
- Select project node version using
nvm use
- Install dependencies with
yarn install --frozen-lockfile
- Start metro server
yarn start
- With device connected, follow either
a
for android ori
for iphone
Or go to /distribution
folder and install app-release.apk
on your android phone.