react-native-woocoin
Advanced tools
Comparing version 1.6.11 to 1.6.12
{ | ||
"name": "react-native-woocoin", | ||
"version": "1.6.11", | ||
"version": "1.6.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -107,3 +107,3 @@ import React, { Component } from 'react'; | ||
onPress={this.hideInfo}> | ||
<View style={{ padding: 5, backgroundColor: '#e74c3c', alignSelf: 'flex-end', borderRadius: 16 }}> | ||
<View style={{ padding: 5, right: 10, backgroundColor: '#e74c3c', alignSelf: 'flex-end', borderRadius: 16 }}> | ||
<MaterialIcons | ||
@@ -110,0 +110,0 @@ size={16} |
@@ -48,3 +48,3 @@ import React, { Component } from 'react'; | ||
onPress={this.props.onClose}> | ||
<View style={{ padding: 5, backgroundColor: '#e74c3c', alignSelf: 'flex-end', borderRadius: 16 }}> | ||
<View style={{ padding: 5, right: 10, backgroundColor: '#e74c3c', alignSelf: 'flex-end', borderRadius: 16 }}> | ||
<MaterialIcons | ||
@@ -51,0 +51,0 @@ size={16} |
@@ -61,3 +61,3 @@ import React, { Component } from 'react'; | ||
onPress={this.props.onClose}> | ||
<View style={{ padding: 5, backgroundColor: '#e74c3c', alignSelf: 'flex-end', borderRadius: 16 }}> | ||
<View style={{ padding: 5, right: 10, backgroundColor: '#e74c3c', alignSelf: 'flex-end', borderRadius: 16 }}> | ||
<MaterialIcons | ||
@@ -64,0 +64,0 @@ size={16} |
@@ -23,2 +23,4 @@ import React, { Component } from 'react'; | ||
}; | ||
this.wallet = null; | ||
} | ||
@@ -59,3 +61,3 @@ | ||
return this.state.user ? | ||
(page == pageStore.PAGE_WALLET ? <WalletPage /> : | ||
(page == pageStore.PAGE_WALLET ? <WalletPage ref={r => this.wallet = r} /> : | ||
page == pageStore.PAGE_SENDER ? <WocSenderPage /> : | ||
@@ -62,0 +64,0 @@ page == pageStore.PAGE_INVITE ? <InvitePage /> : |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
162192
2002
0