Andrei Xavier de Oliveira Calazans

Results 13 issues of Andrei Xavier de Oliveira Calazans

## Motivation This includes a fabric enabled example that can be used to verify the library is properly working with Fabric. The example app doesn't fully work with Fabric due...

## Summary We implemented a TabView component using a ScrollView. it works nicely overall on both iOS and Android with the exception of one edge case. On Android when we...

CLA Signed
Platform: Android
Shared with React Native Team

Change to support AGP 8 as mentioned here: https://github.com/react-native-community/discussions-and-proposals/issues/671 This does not remove package attribute from AndroidManifest to not lose compatibility with AGP < 8 (React Native < 0.71 versions)....

# Overview Change to support AGP 8 as mentioned here: https://github.com/react-native-community/discussions-and-proposals/issues/671 This does not remove package attribute from AndroidManifest to not lose compatibility with AGP < 8 (React Native <...

Change to support AGP 8 as mentioned here: https://github.com/react-native-community/discussions-and-proposals/issues/671 This does not remove package attribute from AndroidManifest to not lose compatibility with AGP < 8 (React Native < 0.71 versions)....

checking

Change to support AGP 8 as mentioned here: https://github.com/react-native-community/discussions-and-proposals/issues/671 This does not remove package attribute from AndroidManifest to not lose compatibility with AGP < 8 (React Native < 0.71 versions)....

Change to support AGP 8 as mentioned here: https://github.com/react-native-community/discussions-and-proposals/issues/671 This does not remove package attribute from AndroidManifest to not lose compatibility with AGP < 8 (React Native < 0.71 versions)....

## Bug Description - [x] I have run `gradle clean` and confirmed this bug does not occur with JSC Hermes version: { "Bytecode Version": 90, "Builtins Frozen": false, "VM Experiments":...

bug

Please provide enough information so that others can review your pull request: ## Motivation Trying to fix this issue when new arch is enabled: https://github.com/gorhom/react-native-bottom-sheet/issues/1726 Current `getRefNativeTag` causes this issue...

Hey @andreialecu and @gkartalis (tagging bc I can't add reviewers), I was introducing this library to solve a UI pattern and noticed blocking JavaScript thread behavior that caused a regression...