Shreyas Shandilya

Results 2 comments of Shreyas Shandilya

Change rohit_bg_wakelock to my_app:rohit_bg_wakelock. Basically refer to this [stackoverflow link]( https://stackoverflow.com/questions/54004808/wakelock-tag-name-should-use-a-unique-prefix-followed-by-a-colon/55686847 ) and this should fix your problem

I'm getting this error, when i try to go from one screen to another. ``` class TripsScreen extends Component{ constructor(){ this.FunctionToCustomItineraryBuilder = this.FunctionToCustomItineraryBuilder.bind(this) } static navigationOptions = ({navigation}) =>({ title...