NordicMuseum / Nordic-Museum-Audio-Guide

An inclusive audio guide for The Nordic Museum
https://nordicmuseum.github.io/Nordic-Museum-Audio-Guide/
MIT License
14 stars 6 forks source link

Update React Native to v0.X.X, after new module system #6

Closed RubenSandwich closed 5 years ago

RubenSandwich commented 6 years ago

Because of the large gap in the React Native version of this project and that latest React Native version the react-native-git-upgrade fails. So a new React Native project needs to be created and then all of the previous code and dependencies brought back in, updated, and tested.

This work will happen on the branch: React-Native-v0.X.X

Updates required:

Ambrosiani commented 6 years ago

can you rename the project to NordicMuseumAudioGuide at the same time?

Ambrosiani commented 5 years ago

…awaiting whatever happens in 2019: https://github.com/react-native-community/discussions-and-proposals/issues/4

Ambrosiani commented 5 years ago

react-native-i18n is replaced by https://github.com/react-native-community/react-native-localize

RubenSandwich commented 5 years ago

@Ambrosiani Is there a certain feature the react-native-localize has that react-native-i18n is missing that we need? I guess the isRTL on a language is pretty nice...

Ambrosiani commented 5 years ago

not sure, only saw the deprecation notice over at https://github.com/AlexanderZaytsev/react-native-i18n

RubenSandwich commented 5 years ago

@Ambrosiani Oh super lame, they must have added that since I last saw it. Fair enough, we should move from a deprecated package.