Skip to content

Commit abf082b

Browse files
committed
New package name
1 parent a2c2877 commit abf082b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Add the dependency:
1919

2020
### React Native:
2121

22-
```ruby
23-
npm i react-native-text-area
22+
```js
23+
npm i @freakycoder/react-native-text-area
2424
```
2525

2626
## Peer Dependencies
2727

2828
###### IMPORTANT! You need install them.
2929

30-
```
30+
```js
3131
"react": ">= 16.x.x",
3232
"react-native": ">= 0.55.x",
3333
```

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Fragment } from "react";
22
import { SafeAreaView } from "react-native";
33

4-
import TextArea from "react-native-text-area";
4+
import TextArea from "@freakycoder/react-native-text-area";
55

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-text-area",
2+
"name": "@freakycoder/react-native-text-area",
33
"version": "0.0.1",
44
"description": "Simple and easy to use TextArea for React Native",
55
"keywords": [

0 commit comments

Comments
 (0)