From f96c8d9184c8a987f32b338d13761eca28be7f56 Mon Sep 17 00:00:00 2001 From: Mark Rickert Date: Fri, 1 Jul 2022 11:47:25 -0600 Subject: [PATCH] Fix a typo and add explicitly that files must have a specific extension. Also added a link to the example app in the getting started docs. --- docs/introduction/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/getting-started.md b/docs/introduction/getting-started.md index e3e8f793..b24afe83 100644 --- a/docs/introduction/getting-started.md +++ b/docs/introduction/getting-started.md @@ -34,7 +34,7 @@ Below you can find an example config (can also be found in the [example app](htt ### Add tests -Use the [takeScreenshot](/docs/api/methods#takescreenshotname-string) and [.toMatchBaseline](/docs/api/matchers#tomatchbaselinename-string) api's to implement screenshot tests. +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. #### Example