ignite-dev-screens
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
{ | ||
"name": "ignite-dev-screens", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -11,2 +11,3 @@ const colors = { | ||
ember: 'rgba(164, 0, 48, 0.5)', | ||
fire: '#ff3832', | ||
eggplant: '#251a34', | ||
@@ -13,0 +14,0 @@ border: '#483F53', |
@@ -12,2 +12,3 @@ import React from 'react' | ||
import ThemeScreen from './ThemeScreen' | ||
import FaqScreen from './FaqScreen' | ||
@@ -39,2 +40,6 @@ // Styles | ||
openFaq = () => { | ||
this.props.navigation.navigate('FaqScreen') | ||
} | ||
render () { | ||
@@ -71,3 +76,3 @@ return ( | ||
<ButtonBox onPress={this.openDevice} style={styles.deviceButton} image={Images.deviceInfo} text='Device Info' /> | ||
<ButtonBox onPress={() => window.alert('Coming Soon!')} style={styles.usageButton} image={Images.faq} text='FAQ' /> | ||
<ButtonBox onPress={this.openFaq} style={styles.usageButton} image={Images.faq} text='FAQ' /> | ||
</View> | ||
@@ -89,3 +94,4 @@ </ScrollView> | ||
PluginExamplesScreen: {screen: PluginExamplesScreen}, | ||
ThemeScreen: {screen: ThemeScreen} | ||
ThemeScreen: {screen: ThemeScreen}, | ||
FaqScreen: {screen: FaqScreen} | ||
}, { | ||
@@ -92,0 +98,0 @@ initialRouteName: 'PresentationScreen', |
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
776095
47
1158