Skip to content

Commit 2722fc6

Browse files
committed
docs(react): move note
1 parent 5f77afe commit 2722fc6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/react/your-first-app/6-deploying-mobile.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ sidebar_label: Deploying Mobile
1313

1414
Since we added Capacitor to our project when it was first created, there’s only a handful of steps remaining until the Photo Gallery app is on our device!
1515

16-
:::note
17-
Remember, you can find the complete source code for this app [here](https://github.com/ionic-team/photo-gallery-capacitor-react).
18-
:::
19-
2016
## Capacitor Setup
2117

2218
Capacitor is Ionic’s official app runtime that makes it easy to deploy web apps to native platforms like iOS, Android, and more. If you’ve used Cordova in the past, consider reading more about the differences [here](https://capacitorjs.com/docs/cordova#differences-between-capacitor-and-cordova).

docs/react/your-first-app/7-live-reload.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,8 @@ Remember that removing the photo from the `photos` array triggers the `cachePhot
194194

195195
Tap on a photo again and choose the “Delete” option. The photo is deleted! Implemented much faster using Live Reload. 💪
196196

197+
:::note
198+
Remember, you can find the complete source code for this app [here](https://github.com/ionic-team/tutorial-photo-gallery-react).
199+
:::
200+
197201
In the final portion of this tutorial, we’ll walk you through the basics of the Appflow product used to build and deploy your application to users' devices.

versioned_docs/version-v7/react/your-first-app/6-deploying-mobile.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ sidebar_label: Deploying Mobile
1313

1414
Since we added Capacitor to our project when it was first created, there’s only a handful of steps remaining until the Photo Gallery app is on our device!
1515

16-
:::note
17-
Remember, you can find the complete source code for this app [here](https://github.com/ionic-team/photo-gallery-capacitor-react).
18-
:::
19-
2016
## Capacitor Setup
2117

2218
Capacitor is Ionic’s official app runtime that makes it easy to deploy web apps to native platforms like iOS, Android, and more. If you’ve used Cordova in the past, consider reading more about the differences [here](https://capacitorjs.com/docs/cordova#differences-between-capacitor-and-cordova).

versioned_docs/version-v7/react/your-first-app/7-live-reload.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,8 @@ Remember that removing the photo from the `photos` array triggers the `cachePhot
194194

195195
Tap on a photo again and choose the “Delete” option. The photo is deleted! Implemented much faster using Live Reload. 💪
196196

197+
:::note
198+
Remember, you can find the complete source code for this app [here](https://github.com/ionic-team/tutorial-photo-gallery-react).
199+
:::
200+
197201
In the final portion of this tutorial, we’ll walk you through the basics of the Appflow product used to build and deploy your application to users' devices.

0 commit comments

Comments
 (0)