EricPKerr / react-native-emoji

☕Emoji component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on Android

matsossah opened this issue · comments

Trying to get it to work with android but I just get a blank space. Is this supposed to support both platforms?

@matsossah It's working well for me as of today, running RN 0.38.

Simple example:

import Emoji from 'react-native-emoji';

...

render() {
	return (
		<View>
			<Text><Emoji style={{fontSize: 40 }} name="fork_and_knife"/></Text>
		</View>
	);
}

@matsossah do u still have this problem?

Same issue here

I have same problem, react native version is 0.42.3

in my opinion , i find that propTypes is not work well

Version 1.3.0 was just published to NPM. Can someone with this error please update and check? Thanks