Skip to content

Commit

Permalink
rename library
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoF09 committed Feb 17, 2021
1 parent 14f1859 commit 19e52a1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
],
"contributorsPerLine": 7,
"projectName": "react-native-vimeo-player",
"projectName": "react-native-vimeo-iframe",
"projectOwner": "Marcoo09",
"repoType": "github",
"repoHost": "https://github.com",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Native Vimeo Player
# React Native Vimeo Iframe

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

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

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

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

Expand Down Expand Up @@ -37,7 +37,7 @@ information to your application.

## Example

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.
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.

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import { SafeAreaView, View } from 'react-native'
import { Vimeo } from 'react-native-vimeo-player'
import { Vimeo } from 'react-native-vimeo-iframe'

const App = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "CommonJS",
"noEmit": true,
"paths": {
"react-native-vimeo-player": ["../src"]
"react-native-vimeo-iframe": ["../src"]
},
"skipLibCheck": true,
"strict": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-native-vimeo-player",
"name": "react-native-vimeo-iframe",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/MetaLabs-inc/react-native-vimeo-player#readme",
"homepage": "https://github.com/MetaLabs-inc/react-native-vimeo-iframe#readme",
"main": "src/index.tsx",
"types": "lib/index.d.ts",
"author": "Marco Fiorito <marcofiorito1@gmail.com>",
Expand Down

0 comments on commit 19e52a1

Please sign in to comment.