react-native-async-image-animated icon indicating copy to clipboard operation
react-native-async-image-animated copied to clipboard

Removed component's dimension being required.

Open rabrenio opened this issue 7 years ago • 1 comments

I want to fill the container with the component but its annoying to see the warning telling me to define the dimension. It would be great if you can make the dimension not required.

rabrenio avatar Dec 13 '17 03:12 rabrenio

Want to submit a PR?

The reason dimensions are required is because of how they were tested. If you have it figured out on your end you could console.ignoredYellowBox the errors.

wmcbain avatar Jan 05 '18 16:01 wmcbain