You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESULT: Email launches, no image attached. Some curious entries in the logs
2017-11-03 23:25:06.562 [info][tid:main][RCTCxxBridge.mm:187] Initializing <RCTCxxBridge: 0x1c01afa40> (parent: <RCTBridge: 0x1c00a5dc0>, executor: (null))
2017-11-03 23:25:06.567512-0700 photoEmailer[589:500846] Initializing <RCTCxxBridge: 0x1c01afa40> (parent: <RCTBridge: 0x1c00a5dc0>, executor: (null))
2017-11-03 23:25:06.700 [warn][tid:main][RCTBridge.m:121] Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-11-03 23:25:06.700275-0700 photoEmailer[589:500846] Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-11-03 23:25:06.778 [warn][tid:main][RCTModuleData.mm:69] Module RNMail requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
2017-11-03 23:25:06.777942-0700 photoEmailer[589:500846] Module RNMail requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
2017-11-03 23:25:06.789 [info][tid:main][RCTRootView.m:301] Running application photoEmailer ({
initialProps = {
};
rootTag = 1;
})
2017-11-03 23:25:06.789226-0700 photoEmailer[589:500846] Running application photoEmailer ({
initialProps = {
};
rootTag = 1;
})
...
2017-11-03 23:26:09.809338-0700 photoEmailer[589:500846] [MC] Filtering mail sheet accounts for bundle ID: org.reactjs.native.example.photoEmailer, source account management: 1
2017-11-03 23:26:09.814990-0700 photoEmailer[589:500846] [MC] Filtering mail sheet accounts for bundle ID: org.reactjs.native.example.photoEmailer, source account management: 1
2017-11-03 23:26:10.087683-0700 photoEmailer[589:500846] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
The text was updated successfully, but these errors were encountered:
Follow on to issue #1
When attempting to send an email using a function with this signature...
RESULT: Email launches, no image attached. Some curious entries in the logs
The text was updated successfully, but these errors were encountered: