Skip to content
Snippets Groups Projects
react-native.config.js 249 B
Newer Older
module.exports = {
	dependencies: {
		realm: {
			platforms: {
				ios: null
			}
		},
		'react-native-notifications': {
			platforms: {
				android: null
			}
		},
		'react-native-keyboard-input': {
			platforms: {
				android: null
			}
		}
	}
};