status-react/modules/react-native-status
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
..
android [#9942] Upgradable paths in configs 2020-02-03 20:34:40 +02:00
desktop Cleanup 2020-01-10 19:59:54 +01:00
ios/RCTStatus [#9942] Upgradable paths in configs 2020-02-03 20:34:40 +02:00
index.js update react-native and project dependencies 2017-12-15 16:06:13 +01:00
package.json merged and refactored react-native-status 2016-09-07 20:35:04 +03:00