We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca447c7 commit 1332034Copy full SHA for 1332034
.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["module:metro-react-native-babel-preset"]
3
+}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-background-shapes",
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Beautiful backgrounds shapes to React Native based in flex",
5
"main": "dist/lib/index.js",
6
"scripts": {
@@ -40,6 +40,7 @@
40
"babel-preset-env": "^1.7.0",
41
"babel-preset-react": "^6.24.1",
42
"babel-preset-stage-2": "^6.24.1",
43
+ "metro-react-native-babel-preset": "^0.59.0",
44
"parcel-bundler": "^1.12.4",
45
"webpack": "^4.41.5",
46
"webpack-cli": "^3.3.10",
0 commit comments