docs: update url
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
path: "http://facebook.github.io/react-native/docs/getting-started.html"
|
||||
path: "https://reactnative.dev/docs/getting-started.html"
|
||||
title: "React Native"
|
||||
redirect: true
|
||||
---
|
||||
|
@@ -12,7 +12,7 @@ Adding Yoga to a project is as simple as adding the dependency to your package m
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
compile 'com.facebook.yoga.android:yoga-layout:x.x.x'
|
||||
implementation 'com.facebook.yoga.android:yoga-layout:x.x.x'
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user