Added thirdweb ConnectWallet button to LaunchScreen #58
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#L5
`@thirdweb-dev/react-native` import should occur before import of `react`
|
lint:
example/src/LaunchScreen.tsx#L5
Replace `"@thirdweb-dev/react-native"` with `'@thirdweb-dev/react-native'`
|
lint:
example/src/LaunchScreen.tsx#L24
Delete `;`
|
lint:
example/src/LaunchScreen.tsx#L47
Insert `;`
|
lint:
example/src/LaunchScreen.tsx#L49
Replace `'dev',` with `⏎··········'dev',⏎·········`
|
lint:
example/src/LaunchScreen.tsx#L50
Insert `··`
|
lint:
example/src/LaunchScreen.tsx#L51
Insert `··`
|
lint:
example/src/LaunchScreen.tsx#L52
Replace `········}));` with `··········})⏎········)`
|
lint:
example/src/LaunchScreen.tsx#L54
Delete `;`
|
lint:
example/src/LaunchScreen.tsx#L55
Delete `;`
|