Burak Güner
Burak Güner
## Summary This RFC aims to document the currently implicit React Native library API and provides a default implementation for it. The RFC also addresses the current challenges caused by...
### Summary Closes #370 Inspecting the codebase I've spotted that all of the view templates have the View initialized on a different file except the `legacy view` template. Having the...
## Summary: This adds a new workflow that comments on the generated library diffs to your PR if you change a template. ## How does it work? This workflow automatically...
Summary: --------- #2296 adds support for auto-linking C++ turbo modules on Android. However, you would still need a `build.gradle` file for your module to be linked. This is for a...
## Summary So far with the new architecture-supported templates, we've been generating libraries that didn't ship their codegen-generated specs. This means the library's users had to build the codegen specs...
### Description On iOS (With a Simulator or a real device), if you have a `TextInput` component with `secureTextEntry={true}` and a custom font, the text flickers when you enter a...
## Motivation Currently, all the issues, regardless if they follow the template or not, are marked as stale after a period of time. This PR adds the [any-of-labels](https://github.com/actions/stale?tab=readme-ov-file#any-of-labels) option to...
# Bug I was able to reproduce this both with `4.6.4` and `5-alpha.11`. When I have a scroll view and there is a text input at the bottom, the text...
### Summary 1. Disables the RNTA temporarily 2. Mentions you need to add `package.json` to your exports in the docs 3. Automatically adds `package.json` with bob if you don't have...
### Summary If a question has a single answer on `create-react-native-library`, we skip that question. However, due to a bug, single answer questions weren't making it to the metadata stored...