An open API service indexing awesome lists of open source software.

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

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
```