Mishael Akinyemi

Results 10 comments of Mishael Akinyemi

Sorry, replied you from my work account. I solved it by searching for all instances of `import "RCTBridgeModule.h`, then replacing it with ``` #if __has_include() #import else #import "RCTBridgeModule.h" #endif...

Thanks for this PR @saidiadegoke 🙏🏼 cc @rajibola this changes should come with the next patch for v4.0.0-rc1

Yeah, either @saidiadegoke updates the PR or I'll add that as a patch to v4.0.0. Seems @saidiadegoke will make an update 🙂 Will check back on this.

@saidiadegoke thanks man, one issue tho. Seems you've not updated your local repo...hence, your changes are conflicting with the new code/structure. Kindly re-pull or rebase from the latest codes from...

This is a simple error coming from a dependency library (react-native-flip-card). To fix this, just go to **node_modules/react-native-flip-card/lib/FlipCard.js** search for **TouchableOpacity** and remove the duplicate `style={{flex:1}}` Good luck guys!

@PetteriHaro Can you share a screenshot of your node_modules folder. (the area around react-native-credit-card-input folder). Something like this ![image](https://user-images.githubusercontent.com/41248079/55159411-3dadf900-5161-11e9-829e-f1285154b907.png)

Hi @lukemcgregor 👋🏼. I'm closing this issue due to inactivity. Also, kindly check out this demo based off your code on Expo snack https://snack.expo.io/@mishael_akinyemi/5fd228 Seems to work fine.