Victor Malov
Victor Malov
This would be very valuable for React Native. We need Intl support, which is not supported by Hermes Engine which is required on Android by popular react-native-reanimated V2 library. See...
react-native-reanimated v2 does exactly this. Your animations will be run on UI thread, or more specifically (if I correctly understood how they work) on separate JS Engine instance deliberately used...
@sharathm89 You can try out this package - https://www.npmjs.com/package/react-native-enhanced-popup-menu. It initially was based on this **react-native-material-menu**, but more flexible in terms of customizations. You can select base component to which...
@rmscoelho You can try out this package - https://www.npmjs.com/package/react-native-enhanced-popup-menu. It initially was based on this **react-native-material-menu**, but more flexible in terms of customizations. I support not only bottom position, but...
> victory is what is used too. @pvinis Victory is not for any animation. I tried example with just several columns for bar chart and it gets freezing - now...
@bd82 Hello, I've started using this awesome parser in **React Native** environment. Please, consider also supporting React Native Hermes engine, it probably has some limitations in RegEx compared to V8....
@radex 😄 Synchronous API is very important. I also experienced flickering. I'm using TypeORM which provides it's own Promise based API. But, since it's not observable, I could overcome it....
> @henrymoulton rn-multithreading is very cool but I'm not sure if this is the right (or necessary, or sufficient) tool for . I currently plan to look into multithreading (in...
@mrousavy Am I correct that `RecyclerListView` can be used with reanimated v2 to be replacement for FlatList, if we ignore type errors? Can you share your experience in context of...
> I actually have the same question ^ > > Does anyone have experience using reanimated with recycler list view? Do you use Animated.createAnimatedComponent and pass an onScroll prop, or...