oceanbit / GitShark

🦈 A Git client to surf through your repos on mobile
https://gitshark.dev
Mozilla Public License 2.0
136 stars 9 forks source link

Migrate away from `react-native-dark-mode` to use `react-native-dynamic` #30

Closed crutchcorn closed 4 years ago

crutchcorn commented 4 years ago

Currently, we're using the package react-native-dark-mode. This works, but is now archived and depreciated by it's author. However, they have a new package react-native-dynamic that requires React Native 0.6.2 to work fully.

However, we're blocked from updating to 0.6.2 due to debugging issues:

https://github.com/crutchcorn/GitShark/issues/16

crutchcorn commented 4 years ago

This migration has been finished in this branch:

https://github.com/oceanbit-dev/GitShark/tree/0.63.0