Skip to content

Commit 748c8f3

Browse files
committed
feat: update copilot instructions
1 parent 2b3ba43 commit 748c8f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ updated throughout the development process.
1616
### Code Quality Tools
1717

1818
- The project uses ESLint and Prettier for auto-formatting and enforcing coding rules.
19+
- Write unit tests using `jest` and `@testing-library/react-native`.
20+
- Write E2E tests using Maestro.
1921

2022
### Code Style
2123

@@ -37,7 +39,8 @@ updated throughout the development process.
3739
### Animations
3840

3941
- Use react-native-reanimated and Skia for animations and drawing.
40-
- Avoid thread jumping in animations to ensure smooth performance.
42+
- Avoid thread jumping in animations to ensure smooth performance. This means, try to access .value
43+
of sharedValue in worklets, not on JS thread.
4144

4245
### Avoid
4346

0 commit comments

Comments
 (0)