react-native-website icon indicating copy to clipboard operation
react-native-website copied to clipboard

The React Native website and docs

Results 325 react-native-website issues
Sort by recently updated
recently updated
newest added

Related PR: #4560

Partner
p: Facebook
CLA Signed

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".

CLA Signed

## 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...

CLA Signed

A short note to clarify and avoid potential confusion.

Partner
p: Facebook
CLA Signed

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...

CLA Signed

Typescript `number` parameter in spec, generated a `double` in obj-c

CLA Signed