Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 331dc38

Browse files
committed
add responsive dimensions to example project
1 parent 04e5ffb commit 331dc38

File tree

4 files changed

+7207
-2
lines changed

4 files changed

+7207
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
jsconfig.json
3-
yarn.lock
43
.vscode
54
npm-debug.log
65
.idea

RNResponsiveDimensionsExample/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "16.9.0",
14-
"react-native": "0.61.1"
14+
"react-native": "0.61.1",
15+
"react-native-responsive-dimensions": "3.0.0"
1516
},
1617
"devDependencies": {
1718
"@babel/core": "^7.6.2",

0 commit comments

Comments
 (0)