Skip to content

Commit 19e52a1

Browse files
committed
rename library
1 parent 14f1859 commit 19e52a1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
],
1818
"contributorsPerLine": 7,
19-
"projectName": "react-native-vimeo-player",
19+
"projectName": "react-native-vimeo-iframe",
2020
"projectOwner": "Marcoo09",
2121
"repoType": "github",
2222
"repoHost": "https://github.com",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# React Native Vimeo Player
1+
# React Native Vimeo Iframe
22

3-
React Native Vimeo Player is a library to render Vimeo videos in a React Native app.
3+
React Native Vimeo Iframe is a library to render Vimeo videos in a React Native app.
44
This component allows you to embed a Vimeo video in your app and have full access to
55
the Vimeo player JS API (more information https://developer.vimeo.com/player/js-api).
66

@@ -9,7 +9,7 @@ the Vimeo player JS API (more information https://developer.vimeo.com/player/js-
99
1. Go through the instructions for installing the
1010
`React Native Webview` library: https://github.com/react-native-webview/react-native-webview.
1111

12-
1. Run `npm install react-native-vimeo-player` or `yarn add react-native-vimeo-player` within your project.
12+
1. Run `npm install react-native-vimeo-iframe` or `yarn add react-native-vimeo-iframe` within your project.
1313

1414
1. Compile and build to make sure everything is set up properly.
1515

@@ -37,7 +37,7 @@ information to your application.
3737

3838
## Example
3939

40-
If you want to see `MetaLabs-inc/react-native-vimeo-player` in action, just move into the [example](/example) folder and run `yarn && cd ios && pod install && cd .. && yarn ios` or `yarn && yarn android`. By seeing its source code, you will have a better understanding of the library usage.
40+
If you want to see `MetaLabs-inc/react-native-vimeo-iframe` in action, just move into the [example](/example) folder and run `yarn && cd ios && pod install && cd .. && yarn ios` or `yarn && yarn android`. By seeing its source code, you will have a better understanding of the library usage.
4141

4242
## Contributors
4343

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { SafeAreaView, View } from 'react-native'
3-
import { Vimeo } from 'react-native-vimeo-player'
3+
import { Vimeo } from 'react-native-vimeo-iframe'
44

55
const App = () => {
66
return (

example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"module": "CommonJS",
99
"noEmit": true,
1010
"paths": {
11-
"react-native-vimeo-player": ["../src"]
11+
"react-native-vimeo-iframe": ["../src"]
1212
},
1313
"skipLibCheck": true,
1414
"strict": true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "react-native-vimeo-player",
2+
"name": "react-native-vimeo-iframe",
33
"version": "1.0.0",
44
"description": "",
5-
"homepage": "https://github.com/MetaLabs-inc/react-native-vimeo-player#readme",
5+
"homepage": "https://github.com/MetaLabs-inc/react-native-vimeo-iframe#readme",
66
"main": "src/index.tsx",
77
"types": "lib/index.d.ts",
88
"author": "Marco Fiorito <[email protected]>",

0 commit comments

Comments
 (0)