You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/appregistry.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@ title: AppRegistry
5
5
6
6
<divclassName="banner-native-code-required">
7
7
<h3>Project with Native Code Required</h3>
8
-
<p>
9
-
If you are using the managed Expo workflow there is only ever one entry component registered with <code>AppRegistry</code> and it is handled automatically (or through <a href="https://docs.expo.dev/versions/latest/sdk/register-root-component/">registerRootComponent</a>). You do not need to use this API.
10
-
</p>
8
+
<p>If you are using the managed Expo workflow there is only ever one entry component registered with <code>AppRegistry</code> and it is handled automatically (or through <ahref="https://docs.expo.dev/versions/latest/sdk/register-root-component/">registerRootComponent</a>). You do not need to use this API.</p>
11
9
</div>
12
10
13
11
`AppRegistry` is the JS entry point to running all React Native apps. App root components should register themselves with `AppRegistry.registerComponent`, then the native system can load the bundle for the app and then actually run the app when it's ready by invoking `AppRegistry.runApplication`.
Copy file name to clipboardExpand all lines: docs/debugging-native-code.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import con
7
7
8
8
<divclassName="banner-native-code-required">
9
9
<h3>Projects with Native Code Only</h3>
10
-
<p>
11
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/workflow/prebuild/" target="_blank">prebuild</a> to use this API.
12
-
</p>
10
+
<p>The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <ahref="https://docs.expo.dev/workflow/prebuild/"target="_blank">prebuild</a> to use this API.</p>
Copy file name to clipboardExpand all lines: docs/linking.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,7 @@ As mentioned in the introduction, there are some URL schemes for core functional
30
30
31
31
<divclassName="banner-native-code-required">
32
32
<h3>Projects with Native Code Only</h3>
33
-
<p>
34
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/guides/linking/">Linking</a> in the Expo documentation for the appropriate alternative.
35
-
</p>
33
+
<p>The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <ahref="https://docs.expo.dev/guides/linking/">Linking</a> in the Expo documentation for the appropriate alternative.</p>
36
34
</div>
37
35
38
36
If you want to enable deep links in your app, please read the below guide:
Copy file name to clipboardExpand all lines: docs/permissionsandroid.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@ title: PermissionsAndroid
5
5
6
6
<divclassName="banner-native-code-required">
7
7
<h3>Project with Native Code Required</h3>
8
-
<p>
9
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/guides/permissions/">Permissions</a> in the Expo documentation for the appropriate alternative.
10
-
</p>
8
+
<p>The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <ahref="https://docs.expo.dev/guides/permissions/">Permissions</a> in the Expo documentation for the appropriate alternative.</p>
11
9
</div>
12
10
13
11
`PermissionsAndroid` provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed as long as they appear in `AndroidManifest.xml`. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.
Copy file name to clipboardExpand all lines: docs/pushnotificationios.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,7 @@ title: '🚧 PushNotificationIOS'
7
7
8
8
<divclassName="banner-native-code-required">
9
9
<h3>Projects with Native Code Only</h3>
10
-
<p>
11
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/versions/latest/sdk/notifications/">Notifications</a> in the Expo documentation for the appropriate alternative.
12
-
</p>
10
+
<p>The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <ahref="https://docs.expo.dev/versions/latest/sdk/notifications/">Notifications</a> in the Expo documentation for the appropriate alternative.</p>
13
11
</div>
14
12
15
13
Handle notifications for your app, including scheduling and permissions.
Copy file name to clipboardExpand all lines: website/blog/2020-07-06-version-0.63.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,7 @@ import {Pressable, Text} from 'react-native';
61
61
</Pressable>;
62
62
```
63
63
64
-
<pclassName="snippet-caption">
65
-
A simple example of a Pressable component in action
66
-
</p>
64
+
<pclassName="snippet-caption">A simple example of a Pressable component in action</p>
67
65
68
66
You can learn more about it from [the documentation](https://reactnative.dev/docs/pressable).
69
67
@@ -85,10 +83,7 @@ import {Text, PlatformColor} from 'react-native';
85
83
</Text>;
86
84
```
87
85
88
-
<pclassName="snippet-caption">
89
-
Sets the color of the Text component to labelColor as defined by
90
-
iOS.
91
-
</p>
86
+
<pclassName="snippet-caption">Sets the color of the Text component to labelColor as defined by iOS.</p>
92
87
93
88
Android, on the other hand, [provides colors like colorButtonNormal](https://developer.android.com/reference/android/R.attr#colorButtonNormal). You can use this color in React Native with:
94
89
@@ -103,10 +98,7 @@ import {View, Text, PlatformColor} from 'react-native';
103
98
</View>;
104
99
```
105
100
106
-
<pclassName="snippet-caption">
107
-
Sets the background color of the View component to
108
-
colorButtonNormal as defined by Android.
109
-
</p>
101
+
<pclassName="snippet-caption">Sets the background color of the View component to colorButtonNormal as defined by Android.</p>
110
102
111
103
You can learn more about `PlatformColor` from [the documentation](https://reactnative.dev/docs/platformcolor). You can also check the actual [code examples present in the RNTester](https://github.com/facebook/react-native/blob/master/packages/rn-tester/js/examples/PlatformColor/PlatformColorExample.js).
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.70/appregistry.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@ title: AppRegistry
5
5
6
6
<divclassName="banner-native-code-required">
7
7
<h3>Project with Native Code Required</h3>
8
-
<p>
9
-
If you are using the managed Expo workflow there is only ever one entry component registered with <code>AppRegistry</code> and it is handled automatically (or through <a href="https://docs.expo.dev/versions/latest/sdk/register-root-component/">registerRootComponent</a>). You do not need to use this API.
10
-
</p>
8
+
<p>If you are using the managed Expo workflow there is only ever one entry component registered with <code>AppRegistry</code> and it is handled automatically (or through <ahref="https://docs.expo.dev/versions/latest/sdk/register-root-component/">registerRootComponent</a>). You do not need to use this API.</p>
11
9
</div>
12
10
13
11
`AppRegistry` is the JS entry point to running all React Native apps. App root components should register themselves with `AppRegistry.registerComponent`, then the native system can load the bundle for the app and then actually run the app when it's ready by invoking `AppRegistry.runApplication`.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.70/debugging.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,8 @@ You can view installation instructions [in the README](https://github.com/infini
164
164
# Native Debugging
165
165
166
166
<divclassName="banner-native-code-required">
167
-
<h3>Projects with Native Code Only</h3>
168
-
<p>
169
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/workflow/prebuild/" target="_blank">prebuild</a> to use this API.
170
-
</p>
167
+
<h3>Projects with Native Code Only</h3><p>
168
+
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/workflow/prebuild/" target="_blank">prebuild</a> to use this API.</p>
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.70/linking.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,7 @@ As mentioned in the introduction, there are some URL schemes for core functional
30
30
31
31
<divclassName="banner-native-code-required">
32
32
<h3>Projects with Native Code Only</h3>
33
-
<p>
34
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/guides/linking/">Linking</a> in the Expo documentation for the appropriate alternative.
35
-
</p>
33
+
<p>The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <ahref="https://docs.expo.dev/guides/linking/">Linking</a> in the Expo documentation for the appropriate alternative.</p>
36
34
</div>
37
35
38
36
If you want to enable deep links in your app, please read the below guide:
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.70/permissionsandroid.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import con
7
7
8
8
<divclassName="banner-native-code-required">
9
9
<h3>Project with Native Code Required</h3>
10
-
<p>
11
-
The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <a href="https://docs.expo.dev/guides/permissions/">Permissions</a> in the Expo documentation for the appropriate alternative.
12
-
</p>
10
+
<p>The following section only applies to projects with native code exposed. If you are using the managed Expo workflow, see the guide on <ahref="https://docs.expo.dev/guides/permissions/">Permissions</a> in the Expo documentation for the appropriate alternative.</p>
13
11
</div>
14
12
15
13
`PermissionsAndroid` provides access to Android M's new permissions model. The so-called "normal" permissions are granted by default when the application is installed as long as they appear in `AndroidManifest.xml`. However, "dangerous" permissions require a dialog prompt. You should use this module for those permissions.
0 commit comments