https://github.com/dev-t2/food-delivery-app
Creating food delivery app using React Native
https://github.com/dev-t2/food-delivery-app
android react-native react-navigation redux typescript
Last synced: about 2 months ago
JSON representation
Creating food delivery app using React Native
- Host: GitHub
- URL: https://github.com/dev-t2/food-delivery-app
- Owner: dev-t2
- Created: 2021-02-27T07:46:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T10:14:38.000Z (over 3 years ago)
- Last Synced: 2026-01-03T18:46:49.011Z (5 months ago)
- Topics: android, react-native, react-navigation, redux, typescript
- Language: Objective-C
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
- [React Native](https://reactnative.dev/docs/environment-setup)
- [Keyboard Aware Scroll View](https://github.com/APSL/react-native-keyboard-aware-scroll-view)
- [Android Manifest](https://developer.android.com/guide/topics/manifest/manifest-intro)
- [Config Variables](https://github.com/luggit/react-native-config)
- [Encrypted Storage](https://github.com/emeraldsanto/react-native-encrypted-storage)
- [Naver Map](https://github.com/quadflask/react-native-naver-map)
- [Permissions](https://github.com/zoontek/react-native-permissions)
- [Geolocation](https://github.com/michalchudziak/react-native-geolocation)
- [Image Crop Picker](https://github.com/ivpusic/react-native-image-crop-picker)
- [Image Resizer](https://www.npmjs.com/package/react-native-image-resizer)
- [Patch Package](https://github.com/ds300/patch-package)
- [Native Modules](https://reactnative.dev/docs/native-modules-intro)
- [Splash Screen](https://github.com/crazycodeboy/react-native-splash-screen)
- [Android Icon Generator](https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html)
- [iOS Icon Generator](https://appicon.co)
- [Vector Icons](https://github.com/oblador/react-native-vector-icons)
- [Fast Image](https://github.com/DylanVann/react-native-fast-image)
- [Upgrade Helper](https://react-native-community.github.io/upgrade-helper)
- [Analytics](https://rnfirebase.io/analytics/usage)
- [Cloud Messaging](https://rnfirebase.io/messaging/usage)
- [Push Notification](https://github.com/zo0r/react-native-push-notification)
- [Code Push](https://github.com/microsoft/react-native-code-push)
- [Hermes](https://reactnative.dev/docs/hermes)
- [Publishing to Google Play Store](https://reactnative.dev/docs/signed-apk-android)
- [Flipper](https://fbflipper.com/docs/getting-started)
- [Redux Flipper](https://github.com/jk-gan/redux-flipper)
- [Emotion](https://emotion.sh/docs/@emotion/native)
- [Theme Setup](https://emotion.sh/docs/typescript#define-a-theme)
- [Material Design](https://material.io)
- [Color System](https://material.io/design/color/the-color-system.html)
- [React Navigation](https://reactnavigation.org/docs/getting-started)
- [Native Stack Navigator](https://reactnavigation.org/docs/native-stack-navigator)
- [TypeScript Setup](https://reactnavigation.org/docs/typescript)
- [Screen Options](https://reactnavigation.org/docs/screen-options)
- [Bottom Tabs Navigator](https://reactnavigation.org/docs/bottom-tab-navigator)
- [Redux Toolkit](https://redux-toolkit.js.org/tutorials/quick-start)
- [Middleware Setup](https://redux-toolkit.js.org/api/getDefaultMiddleware)
- [TypeScript Setup](https://redux-toolkit.js.org/tutorials/typescript)
- [Redux Toolkit Query](https://redux-toolkit.js.org/rtk-query/overview)
- [Code Splitting](https://redux-toolkit.js.org/rtk-query/usage/code-splitting)
- [Mutations](https://redux-toolkit.js.org/rtk-query/usage/mutations)
- [TypeScript Setup](https://redux-toolkit.js.org/rtk-query/usage-with-typescript)
- [Streaming Updates](https://redux-toolkit.js.org/rtk-query/usage/streaming-updates)
- [Customizing queries](https://redux-toolkit.js.org/rtk-query/usage/customizing-queries)
- [Async Mutex](https://github.com/DirtyHairy/async-mutex)
- [Automated Re-fetching](https://redux-toolkit.js.org/rtk-query/usage/automated-refetching)
- [Socket.IO Client](https://socket.io/docs/v4/client-installation)
- [Client API](https://socket.io/docs/v4/client-api)
- [Naver Cloud Platform](https://www.ncloud.com)
- [Maps](https://www.ncloud.com/product/applicationService/maps)
- [SK Open API](https://openapi.sk.com)
- [TMap API](https://tmapapi.sktelecom.com)
- [Sentry](https://sentry.io/welcome)
- [Firebase](https://firebase.google.com/?hl=ko)
- [Fastlane](https://fastlane.tools)
- [Google Play Console](https://play.google.com/console)