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
- Host: GitHub
- URL: https://github.com/dev-t2/movie-app
- Owner: dev-t2
- Created: 2021-05-31T18:32:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T00:28:45.000Z (over 3 years ago)
- Last Synced: 2026-01-03T18:46:33.011Z (5 months ago)
- Topics: android, create-react-native-app, expo, react-native, react-navigation, typescript
- Language: Java
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)