Skip to content

Commit

Permalink
Merge pull request #9 from herberthk/updated-example
Browse files Browse the repository at this point in the history
chore: update example
  • Loading branch information
herberthk authored Oct 3, 2024
2 parents 48d71bb + 4805244 commit 2019b61
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@herberthtk/react-native-viewport": "^0.1.1",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Dimensions,
} from 'react-native';

import InViewport from 'react-native-viewport';
import InViewport from '@herberthtk/react-native-viewport';

const Section = () => {
const [focused, setFocused] = useState(false);
Expand Down
17 changes: 15 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2019b61

Please sign in to comment.