0.1.7 • Published 4 months ago
react-native-kore-botsdk-dev v0.1.7
implementation ("com.facebook.fresco:animated-gif:3.1.0")
}
protected List getPackages() { @SuppressWarnings("UnnecessaryLocalVariable") List packages = new PackageList(this).getPackages();
packages.addAll(new ArrayList<>(Arrays.<ReactPackage>asList(
new FastImageViewPackage(),
new RNPureJwtPackage(),
new ReanimatedPackage(),
new OrientationPackage()
)));
// Packages that cannot be autolinked yet can be added manually here, for example:
// packages.add(new MyReactNativePackage());
return packages;
}
}
// List of native modules to include def nativeModules = 'react-native-vector-icons', 'react-native-fast-image', 'react-native-reanimated', 'react-native-pure-jwt', 'react-native-reanimated-carousel', 'react-native-orientation-locker',
// Include and set project directory for each native module nativeModules.each { includeModule(it) }