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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-unistyles",
3
- "version": "2.3.0-beta.1",
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",
@@ -0,0 +1,11 @@
1
+ module.exports = {
2
+ project: {
3
+ windows: {
4
+ sourceDir: 'windows',
5
+ solutionFile: 'ReactNativeUnistyles.sln',
6
+ project: {
7
+ projectFile: 'ReactNativeUnistyles/ReactNativeUnistyles.vcxproj'
8
+ }
9
+ }
10
+ }
11
+ }