UNPKG

@wavemaker/react-native-app-data-sharing-expo-plugin

Version:

Expo plugin for react-native-app-data-sharing that enables seamless and secure data sharing between React Native applications on the same device

12 lines (11 loc) 258 B
{ "extends": "expo-module-scripts/tsconfig.plugin", "compilerOptions": { "rootDir": "./", "outDir": "./build", "target": "es2017", "lib": ["es2017"] }, "include": ["./plugin/**/*"], "exclude": ["**/__mocks__/*", "**/__tests__/*"] }