santiment / SantimentMobile

Mobile MVP for Santiment project http://santiment.net
16 stars 3 forks source link

Migrate to React Fiber (React 16, ReactNative 0.45+) #67

Open ghost opened 7 years ago

ghost commented 7 years ago

Wait for React 16 and ReactNative 0.44-0.45 to release. Wait for our components to migrate to them.

Try to migrate from Navigator to ReactNavigation. ReactNavigation is a new navigation library which executes animation in a native thread. It will help with performance a lot. Experiment on a pet project first until the exact SantimentMobile's screen structure is replicated. Integrate with MobX.

Migrate all lists to https://facebook.github.io/react-native/docs/flatlist.html