Open outofmemory opened 4 years ago
Got the same problem. Any solution?
Got the same problem. Any solution?
Got the same problem. Any solution?
Thank you. Add null check seems right.
public static void handleIntent(Intent intent) { for (WeChatModule mod : modules) { if (mod.api != null) { mod.api.handleIntent(intent, mod); } } }
Actually , this issue is probably occered when you use functional api without register the app
Please read and follow the issue templates:
react-native-wechat
version are you using? 1.9.12Logs from Sentry:
Your Environment