remobile / react-native-toast

A android like toast for android and ios, android use native toast, ios use UIView+Toast
MIT License
346 stars 146 forks source link

'RCTLog.h' file not found #18

Open iHTCboy opened 7 years ago

iHTCboy commented 7 years ago

'RCTLog.h' file not found

cri5ti commented 7 years ago

Duplicate of #3

tuxiangxue007 commented 6 years ago

import <React/RCTLog.h>

import <React/RCTBridgeModule.h>

That's how I deal with it.