Ahmed Elrefaey
Ahmed Elrefaey
link: https://github.com/a7med-mahmoud/react-native-map-input Description: A Simple React Native Library That Helps You Get Location From The User Using a Map.
## Description of the change Symlinks the Instabug SDK in the sample app's `node_modules` instead of copying the whole Instabug-React-Native repo files again in the `node_modules` folder. ## Benefits -...
## Describe the feature Support for generating libraries that target the new and the old architectures at once, kinda like what is being done here: [react-native-community/RNNewArchitectureLibraries](https://github.com/react-native-community/RNNewArchitectureLibraries). ## Motivation The React...
Add out-of-the-box accessibility support for the checkbox component by adding `accessibilityRole`, `accessibilityState`, `accessibilityLiveRegion` and a _default_ `accessibilityLabel` of `props.text` to the touchable component of the checkbox.
## Description of the change > Description goes here ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking...
# Problem Currently, not all the APIs are well documented. We need a central place to put the docs for all our modules and APIs. We can try Docusaurus.
## Description of the change The type of the `data` parameter in `NetworkDiagnosticsHandler` was set to `String` which is the object wrapper around the `string` type, this causes TypeScript errors...
## Description of the change Add `Instabug.onNetworkDiangosticsHandler` callback. ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [x] New feature (non-breaking change that...
> [!CAUTION] > **⚠️ 🚫 DON'T MERGE ME 🚫 ⚠️ ⚠️ 🚫 DON'T MERGE ME 🚫 ⚠️ ⚠️ 🚫 DON'T MERGE ME 🚫 ⚠️** PR for running CI and handling...
## Description of the change The `@trivago/prettier-plugin-sort-imports` Prettier plugin was there in the `package.json` file for some time but it wasn't working because we needed to add the plugin to...