Skip to content

Commit c653148

Browse files
authored
Fix a typo and add explicitly that files must have a specific extension. (#102)
Also added a link to the example app in the getting started docs.
1 parent 74d3aa9 commit c653148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/introduction/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Below you can find an example config (can also be found in the [example app](htt
3434

3535
### Add tests
3636

37-
Use the [takeScreenshot](/docs/api/methods#takescreenshotname-string) and [.toMatchBaseline](/docs/api/matchers#tomatchbaselinename-string) api's to implement screenshot tests.
37+
Use the [takeScreenshot](/docs/api/methods#takescreenshotname-string) and [.toMatchBaseline](/docs/api/matchers#tomatchbaselinename-string) apis to implement screenshot tests. File names must end in `.owl.ts` or `.owl.tsx`. [See the example app](https://github.com/FormidableLabs/react-native-owl/tree/main/example) for a more complete example.
3838

3939
#### Example
4040

0 commit comments

Comments
 (0)