We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70228e5 commit 34b0b99Copy full SHA for 34b0b99
Example/ios/Podfile
@@ -8,11 +8,6 @@ target 'ReactNativeGalleryToolkitExample' do
8
9
use_react_native!(:path => config["reactNativePath"])
10
11
- target 'ReactNativeGalleryToolkitExampleTests' do
12
- inherit! :complete
13
- # Pods for testing
14
- end
15
-
16
# Enables Flipper.
17
#
18
# Note that if you have use_frameworks! enabled, Flipper will not work and
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-gallery-toolkit",
3
- "version": "1.0.0-alpha.1",
4
- "private": true,
+ "version": "1.0.0-alpha.0",
+ "private": false,
5
"main": "lib/commonjs/index.js",
6
"module": "lib/module/index.js",
7
"react-native": "src/index.ts",
0 commit comments