UNPKG

@dittolive/ditto

Version:

Ditto is a cross-platform SDK that allows apps to sync with and even without internet connectivity.

14 lines (13 loc) 259 B
// File needed to be bundled when releasing React Native. module.exports = { dependency: { platforms: { android: { sourceDir: './react-native/android', }, ios: { sourceDir: './react-native/ios', }, }, }, };