-
**Describe the bug**
When I'm adding the flag `enableLayoutAnimationExperimental` I'm receiving this error:
![Screenshot_1692085255](https://github.com/computerjazz/react-native-draggable-flatlist…
-
I'm trying to use this module with a simple text listview, but the performance is still not very good. On Android and iOS the movement is choppy. (Even with jsdev turned off for android) Any tips on i…
-
## Environment
expo-env-info 1.0.5 environment info:
System:
OS: Windows 10 10.0.19044
Binaries:
Node: 16.13.2 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.11 - ~\AppData\Roaming\npm\yarn.CMD…
-
2016-04-13
1.命令行创建项目:
(1)安装命令行工具:sudo npm install -g react-native-cli
(2)创建一个空项目:react-native init HelloWorld
(3)找到创建的HelloWorld项目,双击HelloWorld.xcodeproj即可在xcode中打开项目。xcodeproj是xcode的项目文件。
(4)在xcode中…
-
### Description
We are getting this error when react native is initialising (app start). We started seeing this after upgrading from react-native 0.73.8 to 0.74.5. We have tried several react-nativ…
-
### Description
Every time when I set modal's visibility to `false` with
`transparent={true}` or
`presentationStyle={'pageSheet' / 'formSheet' / 'overFullScreen'}` on iOS and before it I use …
-
#### Issue Description
When I try to run the web example code with the new version and updated react version I got this error
#### Steps to Reproduce / Code Snippets
yarn start
#### Expe…
-
# Bug
In Expo SDK 47, a v4 BottomSheet with a FlatList:
- on iOS, allows for adjusting bottom sheet height *and* scrolling the FlatList content
- on Android, allows for one or the other
This…
-
### Version
5.3.0
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
代码如下
```js
const data = [{
"name": "Trees",
"value": 1,
"category": "asia"
},…
-
### Description
Layout Animations are enabled by default on Android. The react-native doc says they are experimental on this platform:
https://reactnative.dev/docs/layoutanimation
I use layout…