We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3ba43 commit 748c8f3Copy full SHA for 748c8f3
.github/copilot-instructions.md
@@ -16,6 +16,8 @@ updated throughout the development process.
16
### Code Quality Tools
17
18
- 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.
21
22
### Code Style
23
@@ -37,7 +39,8 @@ updated throughout the development process.
37
39
### Animations
38
40
41
- Use react-native-reanimated and Skia for animations and drawing.
-- 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.
44
45
### Avoid
46
0 commit comments