Joshmat
Joshmat
When i add the header component it hides the close button
I use this function to remove unsupported emoji > shouldInclude={ > (emoji) => { > // eslint-disable-next-line radix > if (Platform.OS === 'android') { > if (parseInt(emoji.added_in) return emoji; >...
``public function rateMechanic($id,Request $request){ $user = auth('api')->user(); $mechanic = User::find($id); $rating = $mechanic -> rating([ // 'title' => 'Some title', // 'body' => 'Some body', //optional // 'anonymous' => 1,...
TypeError: e.hasPrev is not a function