Skip to content

Commit

Permalink
Remove React Native true-async
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 1, 2023
1 parent 842f08f commit 0276499
Showing 2 changed files with 1 addition and 68 deletions.
55 changes: 0 additions & 55 deletions async/index.native.js

This file was deleted.

14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -37,9 +37,6 @@
"./index.js": "./index.browser.js",
"./async/index.js": "./async/index.browser.js"
},
"react-native": {
"./async/index.js": "./async/index.native.js"
},
"bin": "./bin/nanoid.js",
"sideEffects": false,
"types": "./index.d.ts",
@@ -141,16 +138,7 @@
"consistent-return": "off",
"func-style": "off",
"yoda": "off"
},
"overrides": [
{
"files": "*.native.js",
"rules": {
"n/no-missing-require": "off",
"global-require": "off"
}
}
]
}
},
"eslintIgnore": [
"test/demo/build",

0 comments on commit 0276499

Please # to comment.