I was looking in react-native iOS project in AppDelegate.m file, there is this line:
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
Is it possible to set an image as background instead of backgroundColor?