react-native-website
react-native-website copied to clipboard
The React Native website and docs
As we get closer to enabling Pointer Events by default we want to ensure that people understand that utilizing these feature flags will cause breakages when we phase them out.
Eliminate design assets that are no longer in use. last update was 6 years ago and i don't think they're used anywhere so they're bloating the repo
Transition from ThemeImage to ThemedImage for improved image handling and update image sources to utilize useBaseUrl for better path management. edit: looks like the components need to be moved out...
The current declaration is invalid syntax in TypeScript.
The screenshot on the page https://reactnative.dev/docs/publishing-to-app-store clearly shows that the correct term would be "build configuration", as scheme in XCode is something different.
BackHandler.removeEventListener got removed in react-native 0.77. This PR removes removeEventListener from BackHandler docs
Apparently without Native prefix, the spec file Codegen generates is *empty*
Enhance codeblocks by mapping languages to their corresponding titles. example of available titles: https://prismjs.com/index.html#supported-languages before  after  before  after  before  after  Click to expand: decided...
Eliminate unnecessary scrollbar styles from both shared and custom themes to streamline the codebase. they seem to only work partially on codeblocks but even then it's always better to rely...
Implement lazy loading for images in markdown files to enhance performance and reduce initial load times.