react-native-unistyles 2.3.0-beta.1 → 2.3.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
- package/react-native.config.js +11 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-native-unistyles",
|
3
|
-
"version": "2.3.0-beta.
|
3
|
+
"version": "2.3.0-beta.2",
|
4
4
|
"description": "Level up your React Native StyleSheet",
|
5
5
|
"scripts": {
|
6
6
|
"test": "jest",
|
@@ -23,6 +23,7 @@
|
|
23
23
|
"android",
|
24
24
|
"cxx",
|
25
25
|
"windows",
|
26
|
+
"react-native.config.js",
|
26
27
|
"react-native-unistyles.podspec",
|
27
28
|
"!lib/typescript/examples",
|
28
29
|
"!ios/build",
|