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

https://github.com/tripolskypetr/react-native-bug


https://github.com/tripolskypetr/react-native-bug

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-native-bug

> The same code published to [Expo Snack by the link](https://snack.expo.dev/@tripolskypetr/react-native-bug)

## Reproduce

1. **Setup enviroment**

Install Android Studio, create Android Emulator, install npm dependencies

```bash
cd react-native-bug
npm install
```

2. **Open in web**

As you can see, there are `Group 1` and `Group 2` with several text inputs

![web](./assets/web.png)

```bash
npm run web
```

3. **Launch on android**

Ooops. `Group 2` is missing

![android](./assets/android.png)

```bash
npm run android
```