Skip to content
On this page

React Native

Currently looking into using Capacitor for mobile apps so I can reuse my Solid code for apps I am building.

React Native is neat though. Expo has great features.

React Native Quick SQLite is slick too. Stacks is useful for layouts. React Native Url Router is neat router. React Native Developer Tools is useful.

Ignite, Solito, zART-Stack & React Native template with goodies seem like nice starters.

Tamagui is interesting for styling.

NativeScript is interesting alternative.

RN Optimization Guide is good read.

Nice OSS RN apps

Notes

  • Never use the <Text> component directly. Instead, create your own abstraction so you don't repeat yourself with font name, font size or colors each time and it's easier to change properties at any point.