xotahal / react-native-material-ui

Highly customizable material design components for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text attribute of button ignores last character randomly

achuthrajula opened this issue · comments

<Button
raised
primary
text="connect"
style={{ text: { }, container: { marginBottom: 20, backgroundColor: "#FF5800" } }}
onPress={() => this.scanAndConnect()}
/>

Expected a button with text "CONNECT" but got a button with text "CONNEC"

Also when I randomly checked for a few words, an empty space is being added before the second character in the string and the last character is ignored in the process.

Thanks

It seems like a cache memory error, restarting the app fixed it