George Carpow

Results 8 issues of George Carpow

Issue #140 is not fixed but is closed! I change my model to the new val, it triggers the watch listener, but both new and old values equal to the...

If TSX attributes are used via tsx syntax they are not correlated with props of the component being called.

### Description Module requires dev-dependencies "babel-runtime" and "react-hot-loader" that should not be required in production mode.

### Description Using Dropdown component leads to error ### Error Trace (if possible) Uncaught Error: Element ref was specified as a string (default) but no owner was set. This could...

### Description Property rowStyle in Table components does not exist ### Reproduce Steps 1. Create Table component 2. Define rowStyle property ### Error Trace (if possible) Error:(10, 17) TS2769: No...

### Description Table component is exported while TableColumn interface is not ### Solution Please export TableColumn interface

On IOS I get the following error while installing pods [!] The following Swift pods cannot yet be integrated as static libraries: The Swift pod `react-native-text-input-mask` depends upon `React-Core`, which...

```typescript interface TaskModel { Name: string; Type: TaskType; Data: TaskData; } type TaskData = StaticData | DynamicData | RedundancyData; interface StaticData { Field: string; } oc(taskModel).Data.Field() // Field is not...