react-native-country-picker-modal
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "react-native-country-picker-modal", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Country picker", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
# react-native-country-picker | ||
# react-native-country-picker-modal | ||
@@ -3,0 +3,0 @@ [![npm version](http://img.shields.io/npm/dm/react-native-country-picker-modal.svg?style=flat-square)](https://npmjs.org/package/react-native-country-picker-modal "View this project on npm") |
'use strict'; | ||
var dimension = require('Dimensions').get('window'); | ||
var dimension = require('react-native').Dimensions.get('window'); | ||
@@ -5,0 +5,0 @@ class Ratio { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1079287