Posts

Showing posts with the label react-native-ios

Bundlejs error on release build in Xcode (react-native)

Image
Bundlejs error on release build in Xcode (react-native) For some reason I am getting the following error when building a release version of my application via react-native. *** Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: t.typeof is not a function. (In 't.typeof("function"==typeof Symbol?Symbol.iterator:"@@iterator")', 't.typeof' is undefined) (/Users/../THEAPP.app/main.jsbundle:11)', reason: 'Unhandled JS Exception: t.typeof is not a function. (In 't.typeof("function...' This is the source of the code that has the above error that I found in my bundlejs file: !(function(e){"use strict";var r,t=e.babelHelpers={};t.typeof="function"==typeof Symbol&&"symbol"===t.typeof("function"==typeof Symbol?Symbol.iterator:"@@iterator")? I have tried both of these methods of a release build: react-native bundle --entry-file index.js --platfor...

Demographics and interests data not displaying in GA for React native app

Demographics and interests data not displaying in GA for React native app I have received each and every data under real time, audience except demographics and interest data in it, no data haven't display in this session, did anyone faced this issue in react native app using react native google analytics bridge plugin ? 1 Answer 1 "react native google analytics bridge", This plugin is working fine, but we have to wait a few days after app deployment. Then based on live data, google analytics will start analyzing the data then it will create the data relevantly under GA. This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review – EzLo 2 days ago ...