peggyrayzis / react-native-create-bridge

A CLI tool that bridges React Native modules & UI components with ease 🎉
MIT License
1.02k stars 63 forks source link

I got an error message while calling exampleMethod #58

Open condaa opened 6 years ago

condaa commented 6 years ago

I followed all the steps in README and in Peggy youtube video but I got "TypeError: undefined is not an object (evaluating 'HelloWorld.exampleMethod')" error message in both trials when just calling HelloWorld.exampleMethod().

I'm also wondering why the README does not include a 'App.js' sample that works that bridging?