wengpenghui
wengpenghui
### What I Do  @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~