This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Update example app #58
Annotations
1 error and 12 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
example/App.tsx#L5
There should be at least one empty line between import groups
|
example/App.tsx#L6
`@fishjam-dev/react-native-client` import should occur before import of `react`
|
example/hooks/useJoinRoom.ts#L3
`@fishjam-dev/react-native-client` import should occur before import of `react`
|
example/hooks/useToggleCamera.ts#L1
There should be no empty line within import group
|
example/hooks/useToggleCamera.ts#L3
There should be at least one empty line between import groups
|
example/hooks/useToggleCamera.ts#L3
`@fishjam-dev/react-native-client` import should occur before import of `react`
|
example/hooks/useToggleMicrophone.ts#L2
`@fishjam-dev/react-native-client` import should occur before import of `react`
|
example/screens/PreviewScreen/SwitchCameraButton.tsx#L1
There should be at least one empty line between import groups
|
example/screens/PreviewScreen/SwitchCameraButton.tsx#L2
There should be at least one empty line between import groups
|
example/screens/PreviewScreen/SwitchCameraButton.tsx#L2
`react` import should occur before import of `../../components`
|
The logs for this run have expired and are no longer available.
Loading