File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 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
55## Installation
66
77``` sh
8- npm install react-native-shadow-view
8+ npm install @dimaportenko/ react-native-shadow-view
99```
1010
1111## Usage
1212
1313``` js
14- import { ShadowView } from ' react-native-shadow-view' ;
14+ import { ShadowView } from ' @dimaportenko/ react-native-shadow-view' ;
1515
1616// ...
1717
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22
33import { StyleSheet , View } from 'react-native' ;
4- import { ShadowView } from 'react-native-shadow-view' ;
4+ import { ShadowView } from '@dimaportenko/ react-native-shadow-view' ;
55
66export default function App ( ) {
77 return (
Original file line number Diff line number Diff line change 11{
22 "name" : " @dimaportenko/react-native-shadow-view" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " React Native library with Android native view which supports same shadows styles as iOS " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "baseUrl" : " ./" ,
44 "paths" : {
5- "react-native-shadow-view" : [" ./src/index" ]
5+ "@dimaportenko/ react-native-shadow-view" : [" ./src/index" ]
66 },
77 "allowUnreachableCode" : false ,
88 "allowUnusedLabels" : false ,
You can’t perform that action at this time.
0 commit comments