Merge pull request #24 from Naveen-g09/dev #18
Annotations
11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
app/(tabs)/_layout.tsx#L19
'colorScheme' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
app/(tabs)/_layout.tsx#L19
'colorScheme' is assigned a value but never used
|
lint:
app/Post.tsx#L7
'handleLike' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
app/Post.tsx#L7
'handleLike' is assigned a value but never used
|
lint:
app/Post.tsx#L46
'likes' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
app/Post.tsx#L46
'likes' is assigned a value but never used
|
lint:
app/Stories.tsx#L7
'navigation' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
app/Stories.tsx#L7
'navigation' is assigned a value but never used
|
lint:
app/Stories.tsx#L9
Unexpected comma in middle of array
|
lint:
app/Stories.tsx#L60
Expected '===' and instead saw '=='
|