A basic note-taking app built with React Native for iOS using expo-sqlite
for database management. This app allows users to create, fetch, and delete notes, each with a title, color, icon, content, and creation date.
- Create new notes with a title, color, icon, and content.
- Fetch and display a list of notes.
- Delete notes as needed.
- Manage notes with a local SQLite database.
Follow these steps to set up and run the app:
-
Clone the Repository
git clone https://github.com/rit3zh/react-native-notes-app.git cd react-native-notes-app
-
Install Dependencies
npm install
-
Prepare the iOS Project
npx expo prebuild cd ios pod install
-
Run the App on iOS
npm run ios
For local development, you can use the following commands:
-
Start the Expo development server
npm start
-
Run the app on an iOS simulator or connected device
npm run ios
Feel free to fork the repository and submit pull requests. For issues or feature requests, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.
Replace https://github.com/rit3zh/react-native-notes-app.git
with the actual URL of your repository. Adjust any other specifics as needed for your project.