File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ FastOpenpgp_kotlinVersion=1.7.0
22FastOpenpgp_minSdkVersion =21
33FastOpenpgp_targetSdkVersion =33
44FastOpenpgp_compileSdkVersion =33
5- FastOpenpgp_ndkversion =23.1.7779620
5+ FastOpenpgp_ndkversion =28.0.13004108
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-fast-openpgp" ,
3- "version" : " 2.9.0 " ,
3+ "version" : " 2.9.1 " ,
44 "description" : " library for use openPGP" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ import './shim';
3434
3535const FastOpenPGPNativeModules = ( NativeModules as NativeModulesDef )
3636 . FastOpenpgp ;
37- const isDebuggingEnabled = typeof atob !== 'undefined' ;
37+ const isDebuggingEnabled =
38+ typeof atob !== 'undefined' && typeof HermesInternal === 'undefined' ;
3839
3940typeof global . FastOpenPGPCallPromise === 'undefined' &&
4041 ! isDebuggingEnabled &&
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { NativeModules } from 'react-native';
22
33const FastOpenPGPNativeModules = ( NativeModules as NativeModulesDef )
44 . FastOpenpgp ;
5- const isDebuggingEnabled = typeof atob !== 'undefined' ;
5+ const isDebuggingEnabled =
6+ typeof atob !== 'undefined' && typeof HermesInternal === 'undefined' ;
67
78typeof global . FastOpenPGPDecodeText === 'undefined' &&
89 ! isDebuggingEnabled &&
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { NativeModules } from 'react-native';
22
33const FastOpenPGPNativeModules = ( NativeModules as NativeModulesDef )
44 . FastOpenpgp ;
5- const isDebuggingEnabled = typeof atob !== 'undefined' ;
5+ const isDebuggingEnabled =
6+ typeof atob !== 'undefined' && typeof HermesInternal === 'undefined' ;
67
78typeof global . FastOpenPGPEncodeText === 'undefined' &&
89 ! isDebuggingEnabled &&
You can’t perform that action at this time.
0 commit comments