react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Print Hermes build script shell commands only in CI. Changelog: [Internal] Differential Revision: D55635527
### Description ### Description Since upgrading to the new architecture it seems like the refresh/pull-to-refresh feature of the `FlatList` is broken/not fully functional any longer. However, this is only the...
### Description Text inside text input is flickering while going to next line as well as deleting text (video 1) but problem solved if i give height prop instead of...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I'm getting these ESLint errors in all of my js files,...
### Description If you have a `TextInput` with a `textDecorationLine` style set and then remove the style we get the following Android crash: ``` Caused by java.lang.NullPointerException Attempt to invoke...
### Description When iOS app is build, it crashed on start and get this logs in XCode ``` Warning: Error creating LLDB target at path '/Users/damirrigo/Library/Developer/Xcode/DerivedData/loyalty-eqbitahuqdywnefiuzwugdkdjweh/Build/Products/Debug-prod-iphonesimulator/loyalty.app'- using an empty LLDB...
### Description  The code is like this, I also have created a [repository](https://github.com/gaoyikeshuer/ReactNative-bugOnAndroid) to reproduce this bug. : ``` import React from 'react'; import { SafeAreaView, } from 'react-native';...
### Description The timer API implementations want to adjust the initial delay to take into account the time it took for the registration call to arrive from JS to the...
### Description Switch component animation is missing after navigate to another screen, i already checked in issues but got nothing so i create this as bug. ### React Native Version...
### Description Linking.addEventListener("url",event =>{}) called multiple times on Android.On iOS, this listener is normal. But on Android,it is wired, and i print its listener count is 2. ``` Linking.listenerCount("url") ```...