File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### Environment
2
+
3
+ <!--
4
+ In your terminal run `react-native info` and paste its contents here. Next, specify your target platform, like this:
5
+
6
+ Environment:
7
+ OS: macOS Sierra 10.12.6
8
+ Node: 8.4.0
9
+ Yarn: 0.27.5
10
+ npm: 5.4.0
11
+ Watchman: 4.7.0
12
+ Xcode: Xcode 8.3.3 Build version 8E3004b
13
+ Android Studio: 2.3 AI-162.4069837
14
+
15
+ Packages: (wanted => installed)
16
+ react-native: 0.48.1 => 0.48.1
17
+ react: 16.0.0-alpha.12 => 16.0.0-alpha.12
18
+
19
+ Target Platform: iOS (10.3)
20
+
21
+ ***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error:
22
+
23
+ Unrecognized command 'info'
24
+ Run react-native --help to see list of all available commands
25
+ -->
26
+
27
+ ### Steps to Reproduce
28
+
29
+ <!--
30
+ How would you describe your issue to someone who doesn’t know you or your project?
31
+ Try to write a sequence of steps that anybody can repeat to see the issue.
32
+ Be specific! If the bug cannot be reproduced, your issue may be closed.
33
+ -->
34
+
35
+ (Write your steps here:)
36
+
37
+ 1 .
38
+ 2 .
39
+ 3 .
40
+
41
+ ### Try to throw all!
42
+
You can’t perform that action at this time.
0 commit comments