Added thirdweb ConnectWallet button to LaunchScreen #120
Annotations
11 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
example/src/LaunchScreen.tsx#L2
Replace `"@thirdweb-dev/react-native"` with `'@thirdweb-dev/react-native'`
|
lint:
example/src/LaunchScreen.tsx#L5
`react-native` import should occur before import of `xmtp-react-native-sdk`
|
lint:
example/src/LaunchScreen.tsx#L24
Delete `;`
|
lint:
example/src/LaunchScreen.tsx#L50
Replace `"Pre·Create·Identity·Callback"` with `'Pre·Create·Identity·Callback'`
|
lint:
example/src/LaunchScreen.tsx#L54
Replace `"Pre·Enable·Identity·Callback"` with `'Pre·Enable·Identity·Callback'`
|
lint:
example/src/LaunchScreen.tsx#L58
Insert `;`
|
lint:
example/src/LaunchScreen.tsx#L61
Insert `·`
|
lint:
example/src/LaunchScreen.tsx#L67
Delete `;`
|
lint:
example/src/LaunchScreen.tsx#L71
Replace `'dark'` with `"dark"·`
|
|