react-native-template-qqm
Advanced tools
Comparing version 0.1.5 to 0.1.6
import React, { Component } from 'react'; | ||
import { | ||
View, | ||
Button | ||
} from 'react-native'; | ||
@@ -6,0 +5,0 @@ import { navigation } from '../utils'; |
import React, { Component } from 'react'; | ||
import { | ||
View, | ||
Button | ||
} from 'react-native'; | ||
@@ -6,0 +5,0 @@ import { navigation } from '../utils'; |
import React, { Component } from 'react'; | ||
import { | ||
View, | ||
Button | ||
} from 'react-native'; | ||
@@ -6,0 +5,0 @@ import { navigation } from '../utils'; |
import React, { Component } from 'react'; | ||
import { | ||
View, | ||
Button | ||
} from 'react-native'; | ||
@@ -6,0 +5,0 @@ import { navigation } from '../utils'; |
import React, { Component } from 'react'; | ||
import { | ||
View, | ||
Button | ||
Text | ||
} from 'react-native'; | ||
@@ -6,0 +6,0 @@ import { navigation } from '../utils'; |
import { ToastAndroid, BackHandler, Platform } from 'react-native'; | ||
import { NavigationActions } from 'react-navigation'; | ||
import store from '@app/store'; | ||
import store from '../store'; | ||
@@ -5,0 +5,0 @@ const push = (routeName, params = {}, action) => { |
{ | ||
"name": "react-native-template-qqm", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "react-native template for qqm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
28026
885