Adam Trzciński

Results 12 issues of 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

Enhancement
🤖 Automation
🛸 Core

## Describe the feature Update looks of a `Segmented Control` component to match new design. ![image](https://user-images.githubusercontent.com/13610886/76072756-d4ea1600-5f98-11ea-9730-aaa2c610c9e7.png)

Updates

## Describe the feature [List with Swipeable items](https://developer.apple.com/design/human-interface-guidelines/ios/images/Gestures_Swipe.mp4)

New Component

`ProgressBar` component available for Android.

Updates

`SegmentedControl` component available for Android. Connected to #157

Updates

## Describe the feature [Widgets](https://developer.apple.com/design/human-interface-guidelines/ios/extensions/widgets/) (like iOS widgets, with headers and fade-out animation) ![image](https://user-images.githubusercontent.com/13610886/76072521-69a04400-5f98-11ea-973c-c1dc2133b418.png)

New Component

## 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...

Updates

## Describe the feature [List with Draggable Items](https://developer.apple.com/design/human-interface-guidelines/ios/images/Gestures_Drag.mp4)

New Component