DefinitelyTyped/types/react-native/test
Daniel Rosenwasser 550cf1fbea Removed inheritance from React.Props (which is deprecated) as well as explicit ref properties.
TypeScript already includes `ref` properties when necessary through the use of
`JSX.IntrinsicClassAttributes` (which is more or less just an alias of `React.ClassAttributes<T>`
inside of React's declaration files).

Our understanding is that having these declarations caused problems in assignability in
scenarios where the 'ref' key in props were not assignable in odd ways.
2017-05-02 17:24:25 -07:00
..
animated.tsx
index.tsx Removed inheritance from React.Props (which is deprecated) as well as explicit ref properties. 2017-05-02 17:24:25 -07:00
init-example.tsx [react-native] - StyleSheet.create parameter properly constrained 2017-04-11 09:47:10 +01:00