chore: update repository links (#3742)

This commit is contained in:
Krzysztof Moch
2024-05-07 17:25:09 +02:00
committed by GitHub
parent 8ad4be459b
commit cbdcbf2573
15 changed files with 22 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ This repository contains multiple a sample implementation in example folder.
It is always preferable to test behavior on a sample app than in a full app implementation.
The basic sample allow to test a lot of feature.
To use the sample you will need to do steps:
- Clone this repository: ``` git clone git@github.com:react-native-video/react-native-video.git```
- Clone this repository: ``` git clone git@github.com:TheWidlarzGroup/react-native-video.git```
- Go to root folder and build it. It will generate a transpiled version of the package in lib folder: ```cd react-native-video && yarn && yarn build```
- Go to the sample and install it: ```cd example/basic && yarn install```
- Build it ! for android ```yarn android``` for ios ```cd ios && pod install && cd .. && yarn ios```