* refactor(android): parent handles own translation in stack * refactor: export mocks per module instead of __mocks__ directory - Add src/mock.ts for main TrueSheet exports - Add src/navigation/mock.ts for navigation module - Add src/reanimated/mock.ts for reanimated module - Remove src/__mocks__ directory - Update tsconfig.json and package.json to remove __mocks__ references - Update tests to use new mock imports * refactor: consolidate mocks into src/mocks folder - Move mock files into src/mocks/ directory - Export as /mock, /navigation/mock, /reanimated/mock - Update package.json exports - Update tests and documentation * chore: simplify jest.setup.js mocks * test: add navigation mock tests * ci: extract platform builds to separate workflow |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| fabric | ||
| mocks | ||
| navigation | ||
| reanimated | ||
| specs | ||
| index.ts | ||
| TrueSheet.tsx | ||
| TrueSheet.types.ts | ||
| TrueSheet.web.tsx | ||
| TrueSheetProvider.tsx | ||
| TrueSheetProvider.web.tsx | ||