Commit Graph

329 Commits

Author SHA1 Message Date
Marc Rousavy
64bb6f6a2a
Run SwiftFormat in GH Action (#28) 2021-03-09 10:53:29 +01:00
Marc Rousavy
168ba054d1 Update workflow glob matchers 2021-03-09 09:45:06 +01:00
Marc Rousavy
fcda8dd75a Reviewdog: Fail on error 2021-03-08 19:34:46 +01:00
Marc Rousavy
bfba6a95ee Use @linkcode for typedocs 2021-03-08 18:51:53 +01:00
Marc Rousavy
b93bb2a68b TypeDoc: Exclude anything with @internal annotation 2021-03-08 18:35:45 +01:00
Marc Rousavy
981c5fa576 Update Camera.tsx 2021-03-08 18:32:20 +01:00
Marc Rousavy
95db7fb2ff Update Camera.tsx 2021-03-08 18:30:23 +01:00
Marc Rousavy
66aae62d17 Add more TypeDoc links 2021-03-08 18:21:30 +01:00
Marc Rousavy
8d358983f1 Add a few more docs links 2021-03-08 18:16:45 +01:00
Marc Rousavy
1f96aaa69f Fix @throws TypeDocs 2021-03-08 18:04:44 +01:00
Marc Rousavy
b1f78c0807 Update TemporaryFile.ts 2021-03-08 18:00:30 +01:00
Marc Rousavy
f051481010
Devops/reviewdog typescript (#25)
* Use reviewdog for TSC

* Replace all `type Readonly<T>` with `interface T`

* Use --frozen-lockfile for yarn

* Give all actions a name

* Fix yarn example
2021-03-08 17:51:47 +01:00
dependabot[bot]
4e5a79fbde
Bump @types/react-native from 0.63.50 to 0.63.51 (#24)
Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.63.50 to 0.63.51.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-native)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 13:00:04 +01:00
dependabot[bot]
e0a8cb05cb
Bump @types/react from 17.0.2 to 17.0.3 (#23)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 10:00:16 +01:00
mrousavy
bfcb6b37d8 Add a few TypeDoc annotations for CameraError 2021-03-07 14:26:21 +01:00
Marc Rousavy
d4b8da790c
Add a few @internal annotations 2021-03-07 14:23:14 +01:00
Marc Rousavy
0a76a416ad
Update Code.ts 2021-03-07 14:20:58 +01:00
Marc Rousavy
2925b846b1
Adjust typedoc API generator settings 2021-03-07 14:16:11 +01:00
Marc Rousavy
26bec9dfaa
Update TROUBLESHOOTING.mdx 2021-03-07 14:11:39 +01:00
Marc Rousavy
209540d134
Update TROUBLESHOOTING.mdx 2021-03-07 12:02:28 +01:00
Marc Rousavy
9d493ea2a5
Update SETUP.mdx 2021-03-07 12:01:05 +01:00
Marc Rousavy
fdecac577c
Update TROUBLESHOOTING.mdx 2021-03-07 11:39:47 +01:00
Marc Rousavy
4491f727b5
Update SETUP.mdx 2021-03-07 11:39:09 +01:00
mrousavy
28896ab4cc Update android install steps 2021-03-07 11:23:41 +01:00
Marc Rousavy
6004abcec5
Update CONTRIBUTING.md 2021-03-05 22:09:38 +01:00
Marc Rousavy
587962b94a
Update SETUP.mdx 2021-03-05 18:06:26 +01:00
Marc Rousavy
928a33a3e1
Update TROUBLESHOOTING.mdx 2021-03-05 18:04:33 +01:00
Marc Rousavy
87f871debf
Update ANIMATED.mdx 2021-03-05 11:25:05 +01:00
Marc Rousavy
d365ae1e83
Update docusaurus.config.js 2021-03-05 10:59:55 +01:00
dependabot[bot]
e580e3a1e1
Bump typescript from 4.2.2 to 4.2.3 (#21) 2021-03-05 09:29:15 +01:00
Marc Rousavy
ac5b0e19af Adjust theme colors 2021-03-04 18:14:07 +01:00
Marc Rousavy
8fe208645a Docs: use static width for images (283) 2021-03-04 18:00:12 +01:00
Marc Rousavy
b329107fa5 Update yarn.lock 2021-03-04 17:26:09 +01:00
Marc Rousavy
7cd3954a08 Update package.json 2021-03-04 17:25:47 +01:00
Marc Rousavy
9b56f0af59 Update demo.gif 2021-03-04 17:07:44 +01:00
Marc Rousavy
a39496fa3a Fix .md links 2021-03-04 17:03:07 +01:00
Marc Rousavy
79c5c0717e Use useBaseUrl for .mdx docs 2021-03-04 17:02:14 +01:00
Marc Rousavy
012712da9d Use SVG pip animation for ultra-wide-demo 2021-03-04 16:50:19 +01:00
Marc Rousavy
0b3b5bd0f1 Update ANIMATED.md 2021-03-04 16:24:40 +01:00
Marc Rousavy
51c66921aa
Create CODE_OF_CONDUCT.md 2021-03-04 14:18:37 +01:00
Marc Rousavy
af2f889820
Update docusaurus.config.js 2021-03-04 14:14:57 +01:00
Marc Rousavy
b2f4e44407
Update docusaurus.config.js 2021-03-04 14:14:04 +01:00
Marc Rousavy
6ea88a931b
Update README.md 2021-03-04 14:12:20 +01:00
Marc Rousavy
48f4001f06
Docs: add example app links 2021-03-04 14:10:14 +01:00
dependabot[bot]
5a41b81ce8
Bump kotlinx-coroutines-core from 1.4.2 to 1.4.3-native-mt in /android (#19)
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2 to 1.4.3-native-mt.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 13:22:13 +01:00
Marc Rousavy
c09ef156e2 Remove typedoc from package.json 2021-03-04 13:21:50 +01:00
dependabot[bot]
2e6986d838
Bump kotlinx-coroutines-guava from 1.4.2 to 1.4.3-native-mt in /android (#18)
Bumps [kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2 to 1.4.3-native-mt.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 13:20:43 +01:00
Marc Rousavy
33794d7dc4 Update dependabot.yml 2021-03-04 13:17:44 +01:00
Marc Rousavy
47c57298fc Create dependabot.yml 2021-03-04 13:15:17 +01:00
Marc Rousavy
7bd8b1cd7c Update docs: Landing page img refs 2021-03-04 12:06:27 +01:00