An open API service indexing awesome lists of open source software.

https://github.com/dev-t2/movie-app

Creating Movie App using Create React Native App
https://github.com/dev-t2/movie-app

android create-react-native-app expo react-native react-navigation typescript

Last synced: 2 months ago
JSON representation

Creating Movie App using Create React Native App

Awesome Lists containing this project

README

          

# References

- [React Native](https://reactnative.dev)
- [Setting up the development environment](https://reactnative.dev/docs/environment-setup)
- [Adding TypeScript to an Existing Project](https://reactnative.dev/docs/typescript#adding-typescript-to-an-existing-project)
- [Create React Native App](https://github.com/expo/create-react-native-app)
- [Introducing Create React Native App](https://reactnative.dev/blog/2017/03/13/introducing-create-react-native-app)
- [ESLint](https://eslint.org)
- [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html)
- [Expo](https://expo.dev)
- [Asset](https://docs.expo.dev/versions/latest/sdk/asset)
- [Font](https://docs.expo.dev/versions/latest/sdk/font)
- [Icons](https://docs.expo.dev/guides/icons)
- [ActivityIndicator](https://docs.expo.dev/versions/latest/react-native/activityindicator)
- [BlurView](https://docs.expo.dev/versions/latest/sdk/blur-view)
- [StyleSheet](https://docs.expo.dev/versions/latest/react-native/stylesheet/)
- [Emotion](https://emotion.sh/docs/introduction)
- [@emotion/native](https://emotion.sh/docs/@emotion/native)
- [Define a Theme](https://emotion.sh/docs/typescript#define-a-theme)
- [React Navigation](https://reactnavigation.org)
- [Getting started](https://reactnavigation.org/docs/getting-started)
- [Bottom Tabs Navigator](https://reactnavigation.org/docs/bottom-tab-navigator)
- [Type checking with TypeScript](https://reactnavigation.org/docs/typescript)
- [Themes](https://reactnavigation.org/docs/themes)
- [Native Stack Navigator](https://reactnavigation.org/docs/native-stack-navigator)
- [Navigation prop reference](https://reactnavigation.org/docs/navigation-prop)
- [Hiding tab bar in specific screens](https://reactnavigation.org/docs/hiding-tabbar-in-screens)
- [TMDB](https://www.themoviedb.org)
- [API](https://developers.themoviedb.org/3/getting-started/introduction)
- [react-native-swiper](https://github.com/leecade/react-native-swiper)