Skip to content

Commit 34b0b99

Browse files
committed
Publish
1 parent 70228e5 commit 34b0b99

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Example/ios/Podfile

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ target 'ReactNativeGalleryToolkitExample' do
88

99
use_react_native!(:path => config["reactNativePath"])
1010

11-
target 'ReactNativeGalleryToolkitExampleTests' do
12-
inherit! :complete
13-
# Pods for testing
14-
end
15-
1611
# Enables Flipper.
1712
#
1813
# Note that if you have use_frameworks! enabled, Flipper will not work and

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-gallery-toolkit",
3-
"version": "1.0.0-alpha.1",
4-
"private": true,
3+
"version": "1.0.0-alpha.0",
4+
"private": false,
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
77
"react-native": "src/index.ts",

0 commit comments

Comments
 (0)