Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 301dc13

Browse files
author
Jonathan Canevese
committed
chore: updated readme
1 parent de1276e commit 301dc13

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-lightning-modal
1+
# @develondigital/react-native-lightning-modal
22

33
![2021-08-09 17-32-38](https://user-images.githubusercontent.com/23079646/128723844-c7317cf3-6d28-4d60-a6ac-5c1c108a4a50.gif)
44

@@ -20,15 +20,15 @@ First make sure that you have installed all the prerequisites.
2020

2121
```sh
2222

23-
npm install react-native-lightning-modal
23+
npm i @develondigital/react-native-lightning-modal
2424

2525
```
2626

2727
### Using Yarn
2828

2929
```sh
3030

31-
yarn add react-native-lightning-modal
31+
yarn add @develondigital/react-native-lightning-modal
3232

3333
```
3434

@@ -43,7 +43,7 @@ import React from 'react';
4343

4444
import { View } from 'react-native';
4545

46-
import { useBottomModal, BottomModal } from 'react-native-lightning-modal';
46+
import { useBottomModal, BottomModal } from '@develondigital/react-native-lightning-modal';
4747

4848
export default function App() {
4949
const { dismiss, show, modalProps } = useBottomModal();
@@ -77,7 +77,7 @@ import React from 'react';
7777

7878
import { View } from 'react-native';
7979

80-
import { BottomModal, BottomModalRef } from 'react-native-lightning-modal';
80+
import { BottomModal, BottomModalRef } from '@develondigital/react-native-lightning-modal';
8181

8282
export default function App() {
8383
const bottomModalRef = React.useRef < BottomModalRef > null;

0 commit comments

Comments
 (0)