https://github.com/ali01b/ai-friend-app-react-native
React Native, Expo, NativeWind, and TypeScript
https://github.com/ali01b/ai-friend-app-react-native
eslint mobile nativewind react react-native typescript
Last synced: 3 months ago
JSON representation
React Native, Expo, NativeWind, and TypeScript
- Host: GitHub
- URL: https://github.com/ali01b/ai-friend-app-react-native
- Owner: ali01b
- License: mit
- Created: 2024-11-06T21:59:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T22:16:15.000Z (over 1 year ago)
- Last Synced: 2026-03-29T08:34:29.037Z (4 months ago)
- Topics: eslint, mobile, nativewind, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 899 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native, Expo, NativeWind, and TypeScript
### Requirements
- Node.js 14+ (recommended version: 18.x)
- npm or (YARN IS VERY RECOMMENDED)
- [iOS Simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Android Studio Emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
Then, you can run locally in development mode with live reload:
```shell
yarn start
# Or
yarn ios
# Or
yarn android
```
This will open the app in the iOS simulator or Android emulator.
### Testing with Jest
To run the unit tests, run the following command:
```shell
yarn test
```