muba-input-select
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -25,4 +25,4 @@ import React from 'react'; | ||
await Font.loadAsync({ | ||
PoppinsBold: require('../assets/fonts/Poppins/Poppins-Bold.ttf'), | ||
PoppinsSemiBold: require('../assets/fonts/Poppins/Poppins-SemiBold.ttf'), | ||
PoppinsBold: require('./fonts/Poppins/Poppins-Bold.ttf'), | ||
PoppinsSemiBold: require('./fonts/Poppins/Poppins-SemiBold.ttf'), | ||
}); | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "muba-input-select", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Input select", | ||
@@ -5,0 +5,0 @@ "main": "InputSelect.js", |
293537