https://github.com/minsoo-web/instagram-clone
instagram clone using react-native, expo, redux, firebase
https://github.com/minsoo-web/instagram-clone
clone-coding expo firebase react-native redux
Last synced: 15 days ago
JSON representation
instagram clone using react-native, expo, redux, firebase
- Host: GitHub
- URL: https://github.com/minsoo-web/instagram-clone
- Owner: minsoo-web
- Created: 2021-07-07T14:03:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T17:24:19.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T19:26:45.391Z (7 months ago)
- Topics: clone-coding, expo, firebase, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instagram-clone project
## 배운 것
- bottom-tabs
- react-redux / redux-toolkit 실습
- navigate structure
- camera / image picker
- expo install expo-camera
- expo install expo-image-picker
- safeareaview for android
- expo install react-native-safe-area-context
- import { SafeAreaView } from "react-native-safe-area-context";
- edge props
Array of top, right, bottom, and left. Defaults to all.
아래에만 주고 싶으면 `['bottom']` 이렇게 주면 된다.
- Camera
- Take a Picture
- picking a picture
- save picture to storage -> to firestore
- `A non-serializable value was detected in an action` 이슈
- https://github.com/rt2zz/redux-persist/issues/988#issuecomment-529407939
- middleware 에 옵션을 달아주면 해결된다.
- FlatList
- props
- numColumns
- horizontal
- data
- renderItem