Skip to content

Commit 5462afb

Browse files
authored
fix _getting-started-macos-ios.md info format (facebook#3326)
1 parent a917b04 commit 5462afb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/_getting-started-macos-ios.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ npx react-native init AwesomeProject
8585
This is not necessary if you are integrating React Native into an existing application, if you "ejected" from Expo, or if you're adding iOS support to an existing React Native project (see [Integration with Existing Apps](integration-with-existing-apps.md)). You can also use a third-party CLI to init your React Native app, such as [Ignite CLI](https://github.com/infinitered/ignite).
8686

8787
:::info
88+
8889
If you are having trouble with iOS, try to reinstall the dependencies by running:
8990

9091
1. `cd ios` to navigate to the
9192
2. `bundle install` to install Bundler
9293
1. If needed: install a [Ruby Version Manager](#ruby) and update the Ruby version
9394
3. `bundle exec pod install` to install the iOS dependencies.
94-
:::
95+
96+
:::
9597

9698
### [Optional] Using a specific version or template
9799

website/versioned_docs/version-0.70/_getting-started-macos-ios.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ npx react-native init AwesomeProject
8585
This is not necessary if you are integrating React Native into an existing application, if you "ejected" from Expo, or if you're adding iOS support to an existing React Native project (see [Integration with Existing Apps](integration-with-existing-apps.md)). You can also use a third-party CLI to init your React Native app, such as [Ignite CLI](https://github.com/infinitered/ignite).
8686

8787
:::info
88+
8889
If you are having trouble with iOS, try to reinstall the dependencies by running:
8990

9091
1. `cd ios` to navigate to the
9192
2. `bundle install` to install Bundler
9293
1. If needed: install a [Ruby Version Manager](#ruby) and update the Ruby version
9394
3. `bundle exec pod install` to install the iOS dependencies.
94-
:::
95+
96+
:::
9597

9698
### [Optional] Using a specific version or template
9799

0 commit comments

Comments
 (0)