File tree 4 files changed +4
-36
lines changed
4 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 1
1
name : Native Build & Test
2
2
3
3
env :
4
- cacheId : ' 9 ' # increment to expire the cache
4
+ cacheId : ' 8 ' # increment to expire the cache
5
5
6
6
on :
7
7
pull_request :
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import RootStack from './navigators/RootStack'
22
22
import { theme } from './theme'
23
23
import { OpenIDCredentialRecordProvider } from './modules/openid/context/OpenIDCredentialRecordProvider'
24
24
import { tours } from './constants'
25
- import './DebugCode'
26
25
27
26
const App = ( system : Container ) : React . FC => {
28
27
initLanguages ( translationResources )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ // Dont remove the following import line or the pin check will fail when opening askar waller
2
+ import '@hyperledger/aries-askar-react-native'
3
+
1
4
import 'reflect-metadata'
2
5
3
6
import { AskarWallet } from '@credo-ts/askar' // is this enough instead of line number 2
You can’t perform that action at this time.
0 commit comments