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 f155c59 commit b7b0d4dCopy full SHA for b7b0d4d
package.json
@@ -3,11 +3,11 @@
3
"title": "React Native Auth0",
4
"version": "4.4.0",
5
"description": "React Native toolkit for Auth0 API",
6
- "source": "./src/index.tsx",
+ "source": "./src/index.ts",
7
"main": "./lib/commonjs/index.js",
8
"module": "./lib/module/index.js",
9
"types": "./lib/typescript/commonjs/src/index.d.ts",
10
- "react-native": "./src/index.js",
+ "react-native": "./src/index.ts",
11
"exports": {
12
".": {
13
"import": {
0 commit comments