We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01ba86 commit 1da5d15Copy full SHA for 1da5d15
.gitignore
@@ -67,3 +67,8 @@ lib/
67
68
# Yarn
69
.yarn/*
70
+!.yarn/patches
71
+!.yarn/plugins
72
+!.yarn/releases
73
+!.yarn/sdks
74
+!.yarn/versions
.yarn/releases/yarn-4.9.1.cjs
.yarnrc.yml
@@ -1,2 +1,3 @@
1
nodeLinker: node-modules
2
nmHoistingLimits: workspaces
3
+yarnPath: .yarn/releases/yarn-4.9.1.cjs
package.json
@@ -2,6 +2,7 @@
"name": "react-native-paper",
"version": "5.14.0",
4
"description": "Material design for React Native",
5
+ "private": true,
6
"main": "lib/commonjs/index.js",
7
"module": "lib/module/index.js",
8
"react-native": "src/index.tsx",
0 commit comments