Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nesmon/react-native-day
https://github.com/nesmon/react-native-day
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nesmon/react-native-day
- Owner: nesmon
- Created: 2023-04-18T09:48:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T21:51:35.000Z (over 1 year ago)
- Last Synced: 2024-10-18T21:08:13.861Z (3 months ago)
- Language: JavaScript
- Size: 990 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-native and Expo project
This is a simple todo-list project built with React Native and Expo.
## Installation
To run this project on your local machine, follow these steps:
1. Install [Node.js](https://nodejs.org/en/).
2. Clone the project and navigate to the project directory in your terminal.
3. Run the following command to install the project dependencies:```
npx expo install
```4. Once the installation is complete, start the development server with the following command:
```
npm start
```In your terminal, you should see a QR code. Scan this code with the Expo Go app on your mobile device to run the project.
## Dependencies
This project uses the following dependencies:
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [React Native](https://reactnative.dev/) - A JavaScript library for building mobile apps.
- [Expo](https://expo.io/) - A platform for building React Native apps.
- [React Native Paper](https://callstack.github.io/react-native-paper/) - A library of components for building material design user interfaces in React Native.
- [React Navigation](https://reactnavigation.org/) - A library for creating navigation in React Native apps.
- [Async Storage](https://react-native-async-storage.github.io/async-storage/) - A library for storing data in React Native.
- [Expo File System](https://docs.expo.io/versions/latest/sdk/filesystem/) - A library for working with the file system in Expo.
- [Expo Sharing](https://docs.expo.io/versions/latest/sdk/sharing/) - A library for sharing content in Expo.
- [Nanoid](https://www.npmjs.com/package/nanoid) - A library for generating unique IDs.