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
I have created a separate React Native local package, where i put all of my logging related code. Then using this Logger package in the main app. But when i use fileAsyncTransport, i get the a crash with following error,
I have created a separate React Native local package, where i put all of my logging related code. Then using this
Logger
package in the main app. But when i usefileAsyncTransport
, i get the a crash with following error,The error message is itself doesn't give much information regarding where to look at and what's wrong. But
consoleTransport
works perfectlyFollowing if my code,
Are there any special configuration needed in order to use
fileAsyncTransport
from a separate local package?The text was updated successfully, but these errors were encountered: