React Native (Expo) Movie App
This is a React Native application based on Expo using the TMDB api.
Yarn:
yarn
NPM:
npm install
Go to src/api/tmdb and create the file conf.json
{
"authToken": "<your_api_token_goes_here"
}
Yarn:
yarn start
NPM:
npm start
- Start Page.
- Movies Search Page
- Movie Details Page
- Splash Screen
- TMDB Authentication
- Favorites Page
- User lists
- App Modularization
- i18n
- Tests (:D)
- ... what more?
- beta01
- Work in progress
José Rodrigo– @kaomi_jose – jose.rodrigo@kaomidev.tech
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/josersi/cinemaclub/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request