Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiki-le-singe/react-native-image-gallery-example
A simple example of handling gallery images using a key-value storage framework.
https://github.com/kiki-le-singe/react-native-image-gallery-example
asyncstorage expo expo-router localstorage mmkv react react-hook-form react-native storage tailwindcss typescript
Last synced: about 2 months ago
JSON representation
A simple example of handling gallery images using a key-value storage framework.
- Host: GitHub
- URL: https://github.com/kiki-le-singe/react-native-image-gallery-example
- Owner: kiki-le-singe
- Created: 2023-12-03T14:02:39.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-08T09:24:43.000Z (about 1 year ago)
- Last Synced: 2024-11-13T16:34:48.416Z (3 months ago)
- Topics: asyncstorage, expo, expo-router, localstorage, mmkv, react, react-hook-form, react-native, storage, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```shell
$ yarn
$ npx expo prebuild --yarn
$ npx expo prebuild --clean --yarn (only if needed)
$ npx expo run:ios
```