tinker-dev-monk

Results 2 comments of tinker-dev-monk

Hey, I've tried both iOS and Android in a fabric environment and it seems to work fine, so it shouldn't cause any issues when I build later?

Hi @mshery Try this once like above ```h // ${your_project_name}-Bridging-Header.h #import "RNSplashScreen.h" ``` ```mm // AppDelegate.swift RNSplashScreen.show() ```