-
```
@gorhom/bottom-sheet@4.6.4
│ ├─┬ @gorhom/portal@1.0.14
│ │ └── react-native@0.76.1 deduped
│ └── react-native@0.76.1 deduped
├─┬ @miblanchard/react-native-slider@2.6.0
│ └── react-native@0.…
-
It may be possible if we detect element's resize with [onLayout of View](https://reactnative.dev/docs/view#onlayout) and get scroll position from [ScrollView](https://reactnative.dev/docs/scrollview).
-
Hi @tectiv3, thank you for this useful package!
I've encountered a small issue related to module naming that affects the integration between the React Native and Android sides.
Problem:
In the…
-
NECESSARIO PARA O CODIGO RODAR
DIGITAR ESSES COMANDOS NO CMD ANTES DE RODAR O APLICATIVO
1. npm install @react-navigation/native
2. npm install @react-navigation/stack
3. npm install react-n…
-
#PACKAGE.JSON
{
"name": "Blind-Helper",
"version": "3.7.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",…
-
Hi all, I am currently working off of a repo inspired by the react-native example in this repo. Right now, I'm struggling to get errors to be parsed correctly using the React-Native client and a Go se…
anmho updated
3 hours ago
-
### Description
While performing Release Build of my React Native App, I receive the following exception (note, Debug build works):
* What went wrong:
Execution failed for task ':react-native-rea…
-
I'm getting this error when calling `fetchWeatherApi()` in my React Native app:
`ReferenceError: Property 'TextDecoder' doesn't exist`
I'm able to work around the issue by polyfilling, as done h…
-
### Description
I had 2 issues
Build got crashed after the splash screen in testflight (Release version)
"react-native": "^0.75.1"
Xcode Version 16.0
Mac os version 15.1
After upgrade buil…
-
If so, what version is it support? For my case, I am on 0.75.3 version of react native.