@klarna/react-native-vector-drawable
Advanced tools
Comparing version 0.1.0 to 0.1.1
import { requireNativeComponent } from 'react-native'; | ||
module.exports = requireNativeComponent('RNVectorDrawable'); | ||
const VectorDrawable = requireNativeComponent('RNVectorDrawable'); | ||
export default VectorDrawable; |
{ | ||
"name": "@klarna/react-native-vector-drawable", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Android vector drawables in React Native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
20371
82