Skip to content

Instantly share code, notes, and snippets.

@IslamRustamov
Last active September 12, 2023 14:27
Show Gist options
  • Save IslamRustamov/92b99e3ec91d9411a523fb7892aa0e2d to your computer and use it in GitHub Desktop.
Save IslamRustamov/92b99e3ec91d9411a523fb7892aa0e2d to your computer and use it in GitHub Desktop.
Library for photo compression used as example in presentation:
https://www.npmjs.com/package/react-native-photo-compressor
Article about turbo modules vs platform channel performance (needs VPN)
https://medium.com/@islamrustamov/obj-c-turbo-module-vs-c-turbo-module-vs-flutter-platform-channel-e610a344ec92
Discussion with William Candillon about animation performance
https://github.com/Shopify/react-native-skia/discussions/1824
Example of template for RN project
https://github.com/EvgeniyPetrovF/TemplateProject
Library for proper text masking
https://github.com/react-native-text-input-mask/react-native-text-input-mask
Native android library for text masking
https://github.com/RedMadRobot/input-mask-android
Camera opening library
https://github.com/react-native-image-picker/react-native-image-picker
Responsive UI in RN article
https://medium.com/simform-engineering/create-responsive-design-in-react-native-f84522a44365
Reanimated
https://github.com/software-mansion/react-native-reanimated
Skia for RN
https://shopify.github.io/react-native-skia/
Zvetan Mikov's response regarding bundle minification for Hermes
https://github.com/facebook/hermes/issues/452#issuecomment-776816638
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment