A playground for experimenting with various Expo features and React Native functionality. This repository serves as a learning hub to explore and implement concepts like:
- 📂 Document Picker: Seamlessly handle file selection from the device.
- 🔄 RTK Query: Efficient data fetching and caching using Redux Toolkit Query.
- 🎨 UI Components: Create and test custom UI elements with Expo’s capabilities.
- 🚀 Other Experiments: Try out new ideas and libraries for deeper React Native understanding.
Feel free to explore, break things, and learn through experimentation!
git clone https://github.com/piashcse/expo-museum.git
npm install
Now, you can choose a command to run the project:
npm run ios
to run on iOS simulatornpm run android
to run on Android simulator
Mehedi Hassan Piash
Copyright 2023 piashcse (Mehedi Hassan Piash)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.