Adam Trzciński
Adam Trzciński
Summary: --------- Noticed that doctor does not create `.xcode.env` file when it should. It was happening because this command was failing silently: ```ts const templateIosPath = path.dirname( require.resolve('react-native/template/ios'), ); ```...
Summary: --------- Pass `projectRoot` as an argument both to `doctor`'s `getDiagnostics` and `runAutomaticFix` methods. Fixes: #1588 Test Plan: ---------- `doctor` should still work.
### Summary Typescript migration. Continuation of #174 This PR migrates all core code components to typescript. ### Test plan
## Describe the feature Update looks of a `Segmented Control` component to match new design. 
## Describe the feature [List with Swipeable items](https://developer.apple.com/design/human-interface-guidelines/ios/images/Gestures_Swipe.mp4)
`SegmentedControl` component available for Android. Connected to #157
## Describe the feature [Widgets](https://developer.apple.com/design/human-interface-guidelines/ios/extensions/widgets/) (like iOS widgets, with headers and fade-out animation) 
## Describe the feature Currently, we have a `List` component with List Items. Rename them to `Form` with child elements (Replace `TableView` and `Rows`): - `Form.Item` (basic) - `Form.Separator` (gray...
## Describe the feature [List with Draggable Items](https://developer.apple.com/design/human-interface-guidelines/ios/images/Gestures_Drag.mp4)