Added thirdweb ConnectWallet button to LaunchScreen #71
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#L48
Insert `;`
|
lint:
example/src/LaunchScreen.tsx#L50
Replace `'dev',` with `⏎··········'dev',⏎·········`
|
lint:
example/src/LaunchScreen.tsx#L51
Insert `··`
|
lint:
example/src/LaunchScreen.tsx#L52
Replace `··········` with `············`
|
lint:
example/src/LaunchScreen.tsx#L53
Replace `})` with `··})⏎········`
|
lint:
example/src/LaunchScreen.tsx#L56
Delete `;`
|
lint:
example/src/LaunchScreen.tsx#L60
Replace `'dark'` with `"dark"·`
|