status-react/modules
Roman Volosovskyi ef49699222
[#9942] Upgradable paths in configs
Storing absolute path for different configs breaks compatibility on iOS
as app's dir is changed after upgrade. The solution is to store relative
paths and to concatenate it with `backend.rootDataDir`. The only
exception is `LogFile` as it is stored outside `backend.rootDataDir` on
Android. `LogDir` config was added to allow adding of custom dir for log
file.
Configs concerned:
`DataDir`
`LogDir`
`LogFile`
`KeystoreDir`
`BackupDisabledDataDir`
2020-02-03 20:34:40 +02:00
..
react-native-desktop-config Desktop works with react-navigation v3 2019-10-02 10:19:37 +03:00
react-native-desktop-gesture-handler Desktop works with react-navigation v3 2019-10-02 10:19:37 +03:00
react-native-desktop-linking Desktop works with react-navigation v3 2019-10-02 10:19:37 +03:00
react-native-desktop-menu Desktop works with react-navigation v3 2019-10-02 10:19:37 +03:00
react-native-desktop-notification Desktop works with react-navigation v3 2019-10-02 10:19:37 +03:00
react-native-desktop-shortcuts Desktop works with react-navigation v3 2019-10-02 10:19:37 +03:00
react-native-status [#9942] Upgradable paths in configs 2020-02-03 20:34:40 +02:00