https://github.com/tripolskypetr/react-native-bug
https://github.com/tripolskypetr/react-native-bug
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tripolskypetr/react-native-bug
- Owner: tripolskypetr
- License: mit
- Created: 2024-08-05T07:49:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-05T11:23:36.000Z (about 1 year ago)
- Last Synced: 2025-04-06T04:28:50.167Z (6 months ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

```bash
npm run web
```3. **Launch on android**
Ooops. `Group 2` is missing

```bash
npm run android
```