mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
15 lines
229 B
JavaScript
15 lines
229 B
JavaScript
module.exports = {
|
|
dependencies: {
|
|
'react-native-mmkv-storage': {
|
|
platforms: {
|
|
ios: null,
|
|
},
|
|
},
|
|
/* 'react-native-keychain': {
|
|
platforms: {
|
|
android: null,
|
|
},
|
|
}, */
|
|
},
|
|
};
|