Skip to content

Commit 8602909

Browse files
committed
docs: remove images
1 parent 93cc1a3 commit 8602909

4 files changed

Lines changed: 3 additions & 9 deletions

File tree

-13.8 KB
Binary file not shown.
-11.3 KB
Binary file not shown.
-43.7 KB
Binary file not shown.

docs/docs/docs/getting-started/expo.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,13 @@ To integrate your Expo app into native Android app, you'll need to first package
5454

5555
<PackageManagerTabs command="brownfield:package:android" />
5656

57-
This should take a few minutes and once this is done, you will see the below output:
58-
59-
![AAR generation successful output](./assets/aar-success.png)
57+
This should only take a few minutes.
6058

6159
2. Run the command to publish AAR to local maven
6260

6361
<PackageManagerTabs command="brownfield:publish:android" />
6462

65-
This should take a few minutes and once this is done, you will see the below output:
66-
67-
![AAR publication successful output](./assets/aar-publish.png)
63+
This should only take a few minutes.
6864

6965
> That is all from the AAR steps. We can now consume the AAR inside a native Android App.
7066
@@ -115,9 +111,7 @@ To integrate your Expo app into native iOS app, you'll need to first package it
115111

116112
<PackageManagerTabs command="brownfield:package:ios" />
117113

118-
This should take a few minutes and once this is done, you will see the below output:
119-
120-
![XCFramework generation successful output](./assets/xcframework-success.png)
114+
This should only take a few minutes.
121115

122116
### XCFramework: Present RN UI
123117

0 commit comments

Comments
 (0)