@aguacerowx/react-native 0.0.13 → 0.0.15
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.
- package/{ios/aguacerowx-react-native.podspec → aguacerowx-react-native.podspec} +3 -4
- package/lib/commonjs/{ios/aguacerowx-react-native.podspec → aguacerowx-react-native.podspec} +3 -4
- package/lib/commonjs/package.json +5 -6
- package/lib/module/{ios/aguacerowx-react-native.podspec → aguacerowx-react-native.podspec} +3 -4
- package/lib/module/lib/commonjs/{ios/aguacerowx-react-native.podspec → aguacerowx-react-native.podspec} +3 -4
- package/lib/module/lib/commonjs/package.json +5 -6
- package/lib/module/package.json +5 -6
- package/package.json +5 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require "json"
|
|
2
|
-
package = JSON.parse(File.read(File.join(__dir__, "
|
|
2
|
+
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
3
3
|
|
|
4
4
|
Pod::Spec.new do |s|
|
|
5
5
|
s.name = "aguacerowx-react-native"
|
|
@@ -25,11 +25,10 @@ Pod::Spec.new do |s|
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
s.resource_bundles = {
|
|
28
|
-
'AguaceroMetalShaders' => ['
|
|
28
|
+
'AguaceroMetalShaders' => ['ios/**/*.metal']
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
s.source_files = "**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
31
|
+
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
33
32
|
|
|
34
33
|
s.dependency "React-Core"
|
|
35
34
|
s.dependency "MapboxMaps", "~> 11.0"
|
package/lib/commonjs/{ios/aguacerowx-react-native.podspec → aguacerowx-react-native.podspec}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require "json"
|
|
2
|
-
package = JSON.parse(File.read(File.join(__dir__, "
|
|
2
|
+
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
3
3
|
|
|
4
4
|
Pod::Spec.new do |s|
|
|
5
5
|
s.name = "aguacerowx-react-native"
|
|
@@ -25,11 +25,10 @@ Pod::Spec.new do |s|
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
s.resource_bundles = {
|
|
28
|
-
'AguaceroMetalShaders' => ['
|
|
28
|
+
'AguaceroMetalShaders' => ['ios/**/*.metal']
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
s.source_files = "**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
31
|
+
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
33
32
|
|
|
34
33
|
s.dependency "React-Core"
|
|
35
34
|
s.dependency "MapboxMaps", "~> 11.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aguacerowx/react-native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Native weather rendering for React Native",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Michael Barletta",
|
|
@@ -61,11 +61,10 @@
|
|
|
61
61
|
},
|
|
62
62
|
"codegenConfig": {
|
|
63
63
|
"name": "AguaceroWxReactNativeSpec",
|
|
64
|
-
"type": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"android": "android/src/main/java/com/facebook/react/viewmanagers"
|
|
64
|
+
"type": "components",
|
|
65
|
+
"jsSrcsDir": "src",
|
|
66
|
+
"android": {
|
|
67
|
+
"javaPackageName": "com.facebook.react.viewmanagers"
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require "json"
|
|
2
|
-
package = JSON.parse(File.read(File.join(__dir__, "
|
|
2
|
+
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
3
3
|
|
|
4
4
|
Pod::Spec.new do |s|
|
|
5
5
|
s.name = "aguacerowx-react-native"
|
|
@@ -25,11 +25,10 @@ Pod::Spec.new do |s|
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
s.resource_bundles = {
|
|
28
|
-
'AguaceroMetalShaders' => ['
|
|
28
|
+
'AguaceroMetalShaders' => ['ios/**/*.metal']
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
s.source_files = "**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
31
|
+
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
33
32
|
|
|
34
33
|
s.dependency "React-Core"
|
|
35
34
|
s.dependency "MapboxMaps", "~> 11.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require "json"
|
|
2
|
-
package = JSON.parse(File.read(File.join(__dir__, "
|
|
2
|
+
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
3
3
|
|
|
4
4
|
Pod::Spec.new do |s|
|
|
5
5
|
s.name = "aguacerowx-react-native"
|
|
@@ -25,11 +25,10 @@ Pod::Spec.new do |s|
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
s.resource_bundles = {
|
|
28
|
-
'AguaceroMetalShaders' => ['
|
|
28
|
+
'AguaceroMetalShaders' => ['ios/**/*.metal']
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
s.source_files = "**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
31
|
+
s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
|
|
33
32
|
|
|
34
33
|
s.dependency "React-Core"
|
|
35
34
|
s.dependency "MapboxMaps", "~> 11.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aguacerowx/react-native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Native weather rendering for React Native",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Michael Barletta",
|
|
@@ -61,11 +61,10 @@
|
|
|
61
61
|
},
|
|
62
62
|
"codegenConfig": {
|
|
63
63
|
"name": "AguaceroWxReactNativeSpec",
|
|
64
|
-
"type": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"android": "android/src/main/java/com/facebook/react/viewmanagers"
|
|
64
|
+
"type": "components",
|
|
65
|
+
"jsSrcsDir": "src",
|
|
66
|
+
"android": {
|
|
67
|
+
"javaPackageName": "com.facebook.react.viewmanagers"
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
}
|
package/lib/module/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aguacerowx/react-native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Native weather rendering for React Native",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Michael Barletta",
|
|
@@ -61,11 +61,10 @@
|
|
|
61
61
|
},
|
|
62
62
|
"codegenConfig": {
|
|
63
63
|
"name": "AguaceroWxReactNativeSpec",
|
|
64
|
-
"type": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"android": "android/src/main/java/com/facebook/react/viewmanagers"
|
|
64
|
+
"type": "components",
|
|
65
|
+
"jsSrcsDir": "src",
|
|
66
|
+
"android": {
|
|
67
|
+
"javaPackageName": "com.facebook.react.viewmanagers"
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aguacerowx/react-native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Native weather rendering for React Native",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Michael Barletta",
|
|
@@ -61,11 +61,10 @@
|
|
|
61
61
|
},
|
|
62
62
|
"codegenConfig": {
|
|
63
63
|
"name": "AguaceroWxReactNativeSpec",
|
|
64
|
-
"type": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"android": "android/src/main/java/com/facebook/react/viewmanagers"
|
|
64
|
+
"type": "components",
|
|
65
|
+
"jsSrcsDir": "src",
|
|
66
|
+
"android": {
|
|
67
|
+
"javaPackageName": "com.facebook.react.viewmanagers"
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
}
|