rn-boiler-template
Advanced tools
Comparing version 1.64.3 to 1.64.4
{ | ||
"name": "rn-boiler-template", | ||
"version": "1.64.3", | ||
"version": "1.64.4", | ||
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -26,3 +26,2 @@ import {useEffect, useState} from 'react'; | ||
state => { | ||
console.log(state); | ||
setStatus(Platform.OS === 'ios' ? state : state.status === 'on'); | ||
@@ -29,0 +28,0 @@ }, |
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
4399069
11871