diff --git a/.circleci/config.yml b/.circleci/config.yml index ac3cbfaa9a0..72eb3d770ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: - run: name: Check for missing index.html (build errors) command: | - if [ ! -f build/react-native/index.html ]; then + if [ ! -f build/index.html ]; then exit 1; fi # -------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5d4acae64f8..e4401005a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ website/i18n/* !website/i18n/en.json .nvmrc +.docusaurus website/scripts/sync-api-docs/generatedComponentApiDocs.js website/scripts/sync-api-docs/extracted.json diff --git a/docs/activityindicator.md b/docs/activityindicator.md index 60bf224adb6..212a9aaee99 100644 --- a/docs/activityindicator.md +++ b/docs/activityindicator.md @@ -108,9 +108,9 @@ Whether to show the indicator (`true`) or hide it (`false`). The foreground color of the spinner. -| Type | Default | -| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [color](colors) | `null` (system accent default color)
If you are using the managed expo-cli
workflow there is only ever one entry component registered with AppRegistry
and it is handled automatically, you do not need to use this API.
@@ -44,10 +44,10 @@ Only called from native code. Cancels a headless task.
**Parameters:**
-| Name | Type | Required |
-| -------------------------------------------------------- | ------ | --------------------------------------------------------------------------------------- |
-| taskId
Provides an abstraction layer similar to CSS stylesheets.
@@ -61,14 +61,14 @@ Most apps will end up using one of these basic components. These common user interface controls will render on any platform. -Renders a boolean input.
@@ -80,14 +80,14 @@ These common user interface controls will render on any platform. Unlike the more generic [`ScrollView`](./scrollview), the following list view components only render elements that are currently showing on the screen. This makes them a performant choice for displaying long lists of data. -Like FlatList
, but for sectioned lists.
Provides access to the permissions model introduced in Android M.
- +Create an Android Toast alert.
@@ -143,66 +142,66 @@ Many of the following components provide wrappers for commonly used Android clas These components may be useful for certain applications. For an exhaustive list of components and APIs, check out the sidebar to the left (or menu above, if you are on a narrow screen). -Follow these instructions if you need to build native code in your project. For example, if you are integrating React Native into an existing application, or if you "ejected" from Expo, you'll need this section.
The instructions are a bit different depending on your development operating system, and whether you want to start developing for iOS or Android. If you want to develop for both Android and iOS, that's fine - you can pick one to start with, since the setup is a bit different. --A Mac is required to build projects with native code for iOS. You can follow the Quick Start to learn how to build your app using Expo instead.
-
-
+
+
-
+