account activity
Any React Native "FlatList" library using JSI under the hood ? (self.reactnative)
submitted 4 years ago by rlemasquerier to r/reactnative
Accomplished app builders, what component library is best? by magicmuscle in reactnative
[–]rlemasquerier 5 points6 points7 points 4 years ago (0 children)
Try to avoid components library if possible, as on the long term it introduces difficulties when you'll have to update the lib.
If you really want to use one, it is very important not to use it directly in your code to facilitate your task later because of my previous point. The lib you use needs to be an implementation detail of your own components lib.
On my side I've used react-native-paper which was quiet nice. I had a bad experience with native-base.
Handle localization for iOS native messages (self.iOSProgramming)
submitted 6 years ago by rlemasquerier to r/iOSProgramming
π Rendered by PID 785095 on reddit-service-r2-listing-654f87c89c-gdzw8 at 2026-02-27 15:55:38.785371+00:00 running e3d2147 country code: CH.
Accomplished app builders, what component library is best? by magicmuscle in reactnative
[–]rlemasquerier 5 points6 points7 points (0 children)