Skip to content

Commit f854032

Browse files
committed
disabled JSI by default
1 parent de244ad commit f854032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class RSA {
6262
/**
6363
* for now we recommend use this in false because is sync
6464
*/
65-
static useJSI = true;
65+
static useJSI = false;
6666

6767
private static loaded = false;
6868
private static TAG = '[FastRSA]';

0 commit comments

Comments
 (0)