mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 07:59:48 +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,
|
|
},
|
|
}, */
|
|
},
|
|
};
|