react-native
react-native copied to clipboard
A framework for building native applications using React
### Description I see this magic number in native code for Keyboard on android: ``` mMinKeyboardHeightDetected = (int) PixelUtil.toPixelFromDIP(60); ``` In my app, when I setup a listener for `keyboardDidHide`...
### Description I'm on Windows. When building my app for release in Android Studio, I receive the following error after Metro successfully generates the assets: ``` 'C:\Users\Micah' is not is...
## Summary This adds Dynamic Type support in iOS as described [here](https://github.com/react-native-community/discussions-and-proposals/issues/519). `Text` elements have a new prop, `dynamicTypeRamp`, that allows users to specify which font ramp a particular `Text`...
### Description I am requesting a URL of API service which responds with status code 307 (redirect) on success and a URL location in response Headers. This is protected API...
## Summary The motivation is to create an e2e testing solution for the rn-tester default app. With cooperation with Callstack developers, we are trying to make a working tool. Now...
### Description I cannot click a button or touchable opacity at the bottom of the page. We have to either move it to the top of the page or higher...
### Description `onPress` props not always run (occasionally) each time pressed ### Version 0.70.3 ### Output of `npx react-native info` ``` info Fetching system and libraries information... System: OS: macOS...
## Summary - Adds `AccessibilityEvent.TYPE_VIEW_HOVER_ENTER` to AccessibilityNodeInfo sendAccessibilityEvent - Adds an example implementation. fixes https://github.com/facebook/react-native/issues/30860 fixes https://github.com/facebook/react-native/issues/30097 Related Documentation https://github.com/facebook/react-native-website/pull/3438 ## Changelog [Android] [Added] - Add TYPE_VIEW_HOVER_ENTER to AccessibilityNodeInfo sendAccessibilityEvent...
### Description Hi guys, I'm trying to use hermes with use_framework!. - I was on 0.66.4, with hermes disabled and use_framework enabled. My app was working great, but on some...
### Description If a component have refresh control or flatlist with refreshing and onrefresh props , then showing white circle on the top of the screen while navigating back. if...