ambitious-knife-25690
02/27/2020, 2:25 PMambitious-knife-25690
02/27/2020, 2:25 PMuser
02/27/2020, 2:25 PMambitious-knife-25690
02/27/2020, 5:33 PMuser
02/28/2020, 8:12 AMstatic inline var Screen = TabNavigatorScreen
will work fine (if TabNavigatorScreen is a ReactComponent) if that's what you askbitter-family-72722
02/28/2020, 2:19 PMuser
02/28/2020, 2:20 PMbitter-family-72722
02/28/2020, 2:21 PMambitious-knife-25690
02/28/2020, 2:24 PMambitious-knife-25690
02/28/2020, 2:24 PMambitious-knife-25690
02/28/2020, 2:25 PMbitter-family-72722
02/28/2020, 2:32 PMbitter-family-72722
02/28/2020, 2:32 PMambitious-knife-25690
02/28/2020, 2:42 PMambitious-knife-25690
02/28/2020, 2:42 PMambitious-knife-25690
02/28/2020, 2:48 PMambitious-knife-25690
02/28/2020, 2:49 PMambitious-knife-25690
02/28/2020, 2:49 PMambitious-knife-25690
02/28/2020, 2:49 PMbitter-family-72722
02/28/2020, 2:51 PMambitious-knife-25690
03/03/2020, 2:42 PM@:jsRequire
was requiring auth but the issue I was having yesterday seems to be solvable by directly adding import "@react-native-firebase/auth";
to the top of the main fileambitious-knife-25690
03/03/2020, 2:42 PMuser
03/03/2020, 2:43 PMambitious-knife-25690
03/03/2020, 2:43 PMuser
03/03/2020, 2:44 PM@:keep static var something = Webpack.require('blah')
user
03/03/2020, 2:44 PMambitious-knife-25690
03/03/2020, 2:44 PMFirebase
has @:jsRequire('@react-native-firebase/app', 'default')
which works fine and is picked upuser
03/03/2020, 2:45 PMambitious-knife-25690
03/03/2020, 2:46 PM@:jsRequire('@react-native-firebase/auth', 'default')
is in the file, i've tried tagging it with @:keep
(even though I am using the class anyway) but the require is not being imported in the output fileambitious-knife-25690
03/03/2020, 2:49 PM