react-native-website
react-native-website copied to clipboard
The React Native website and docs
Renumbered the section for screenshots in the publishing guide.
## App state Under https://reactnative.dev/docs/next/appstate you can read this: > To see the current state, you can check AppState.currentState, which will be kept up-to-date. However, currentState will be null at...
## Description The [Image component page](https://reactnative.dev/docs/image) contains a section "GIF and WebP support on Android" that says: > When building your own native code, GIF and WebP are not supported...
Clarified the explanation of SectionList usage.
Remove "override" keyword as AppDelegate inherit directly from UIApplicationDelegate that is a protocol, using override cause error "Method does not override any method from its superclass".
## Description Enhanced the Watch section UI and styling: - Updated the call-to-action message with a direct link to the latest React Native talks. - Improved responsiveness by modifying the...
A short note to clarify and avoid potential confusion.
Current docs don’t clearly explain how swapLeftAndRightInRTL interacts with: • marginLeft / marginRight • paddingLeft / paddingRight • Absolute positioning (left / right) This leads to confusion, because developers may...
Typescript `number` parameter in spec, generated a `double` in obj-c