wengpenghui

Results 5 comments of wengpenghui

### What I Do ![image](https://github.com/software-mansion/react-native-gesture-handler/assets/39626330/af1bea0b-06c9-4f97-a018-cdc7aae4c48c) @alyosha I add dragOffsetFromLeftEdge to Swipeable, it works. It will disable the begin area of panGestureHandler to offset "dragOffsetFromLeftEdge". And then, iOS swipe right navigation...

> this did the trick for me, I think line endings are playing a role > > ``` > const regex = /^data:image\/jpeg;base64,/ > > await fs.writeFile( > fileCache, >...

> I suggest that for most scenarios, where RN (React Native) and Web projects are not organized as a monorepo, exporting TypeScript (TS) files can be a suitable approach to...

> Thank you for your suggestion. > > Firstly, building interfaces in the same file can be challenging because specific libraries might be used exclusively in react-native, or there might...

I think about a new scene(another idea),Shared State for Native and web,State Change from one side will automatic shared to the other side,it maybe useful~