redpanda-bit / upgraded-octo-adventure

0 stars 0 forks source link

Use StyleSheet.create throughout app - no longer using an external frontend library #70

Closed redpanda-bit closed 1 year ago

redpanda-bit commented 1 year ago

Many enabling libraries exist to make styling easier in react native. However, there will always be the risk of libraries losing maintainability.

Advantages such as easier dark mode implementation, dynamic font sizing depending on screen dimensions and the like can be manually implemented using StyleSheet.create, which is the default API provided by react native.

closes #3