File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ React Native library with Android native view which supports same shadows styles
5
5
## Installation
6
6
7
7
``` sh
8
- npm install react-native-shadow-view
8
+ npm install @dimaportenko/ react-native-shadow-view
9
9
```
10
10
11
11
## Usage
12
12
13
13
``` js
14
- import { ShadowView } from ' react-native-shadow-view' ;
14
+ import { ShadowView } from ' @dimaportenko/ react-native-shadow-view' ;
15
15
16
16
// ...
17
17
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
3
3
import { StyleSheet , View } from 'react-native' ;
4
- import { ShadowView } from 'react-native-shadow-view' ;
4
+ import { ShadowView } from '@dimaportenko/ react-native-shadow-view' ;
5
5
6
6
export default function App ( ) {
7
7
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dimaportenko/react-native-shadow-view" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " React Native library with Android native view which supports same shadows styles as iOS " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"baseUrl" : " ./" ,
4
4
"paths" : {
5
- "react-native-shadow-view" : [" ./src/index" ]
5
+ "@dimaportenko/ react-native-shadow-view" : [" ./src/index" ]
6
6
},
7
7
"allowUnreachableCode" : false ,
8
8
"allowUnusedLabels" : false ,
You can’t perform that action at this time.
0 commit comments