@norcy/react-native-toolkit 0.3.7 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -117,9 +117,6 @@ ext.applyCommonAndroidConfig = { targetProject ->
117
117
  }
118
118
 
119
119
  ext.applyCommonPlugins = { targetProject ->
120
- targetProject.apply from: targetProject.file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle")
121
- targetProject.applyNativeModulesAppBuildGradle(targetProject)
122
-
123
120
  targetProject.apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
124
121
  targetProject.apply from: "../../node_modules/@sentry/react-native/sentry.gradle"
125
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "private": false,
5
5
  "description": "My Toolkit",
6
6
  "main": "lib/commonjs/index",