react-native-true-sheet/docs
Jovanni Lo 98694a3228
refactor: export mocks per module (#329)
* 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
2025-12-16 15:28:40 +08:00
..
blog refactor(docs): organize guides into flat structure with shared assets 2025-12-15 23:47:28 +08:00
docs refactor: export mocks per module (#329) 2025-12-16 15:28:40 +08:00
src fix: background improvements (#214) 2025-11-24 17:17:34 +08:00
static docs: add web checks to docs 2025-12-14 15:27:53 +08:00
.gitattributes chore: fix .gitattributes 2024-05-03 12:24:54 +08:00
.gitignore chore: vercel 2024-04-22 12:40:37 +08:00
babel.config.js Docs (#8) 2024-04-22 00:20:38 +08:00
docusaurus.config.ts docs: update docs 2025-12-14 09:33:48 +08:00
package.json Feat: Fabric (#211) 2025-11-23 14:54:19 +08:00
README.md chore: tidy 2024-04-22 12:41:53 +08:00
sidebars.ts Feat: Fabric (#211) 2025-11-23 14:54:19 +08:00
tsconfig.json Docs (#8) 2024-04-22 00:20:38 +08:00

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.