* 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 |
||
|---|---|---|
| .. | ||
| blog | ||
| docs | ||
| src | ||
| static | ||
| .gitattributes | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
| tsconfig.json | ||
Website
This website is built using Docusaurus, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.