Content pfp
Content
@
0 reply
0 recast
0 reaction

presskeys.eth pfp
presskeys.eth
@presskeys
Can someone point me towards some tips for debugging a very cryptic crash log? My RN app crashes the moment it opens. The error is in some CPP module, but I really cant figure out what may be going on.
2 replies
0 recast
2 reactions

Vivek  pfp
Vivek
@devvivek.eth
Hey, This seems that something is undefined at the native level. As @thiagobrez said, Going through Logs will help. Still make sure In your App everything is defined. (P.S: I was having same error, and I found that One function was taking undefined at native level (Swift))
1 reply
0 recast
1 reaction

presskeys.eth pfp
presskeys.eth
@presskeys
Ty for the info, I am calling into a native static library so I think maybe that was causing issues. I literally nuked the whole project and started fresh and it seems to be worked lol. Shotgun approach
0 reply
0 recast
2 reactions