Implemented components: **Hooks** - [x] `useWindowDimensions` – 7f98478 - [ ] `useColorScheme` **Components** - [ ] `<ScrollView>` - [ ] `<SafeAreaView>` - [ ] `<Modal>` - [ ] `<TextInput>` - [ ] TODO: Populate from sidebar at https://reactnative.dev/docs/components-and-apis **APIs** - [ ] `AppState` - [ ] `Alert` - [ ] `Dimensions` #3 - [ ] `PixelRatio` #3 - [ ] `Linking` (requires runtime I think? Is `react-sketchapp` support possible?) - [ ] `Share` – Maybe this'll have to be a hook ? May need a context provider to handle the UI. - [ ] TODO: Populate from https://reactnative.dev/docs/accessibilityinfo
Implemented components:
Hooks
useWindowDimensions– 7f98478useColorSchemeComponents
<ScrollView><SafeAreaView><Modal><TextInput>APIs
AppStateAlertDimensionsDimensions and PixelRatio API #3PixelRatioDimensions and PixelRatio API #3Linking(requires runtime I think? Isreact-sketchappsupport possible?)Share– Maybe this'll have to be a hook ? May need a context provider to handle the UI.