haley.

Results 22 comments of haley.

I'm wondering the same thing! Thank you so much for this, it is brilliant.

Just confirming this issue on my end as well. Any updates? :)

> this does not fix the issue Hey, maybe my solution will help you: ``` $userId = auth()->user()->id; $reaction = Reaction::findOrFail($request->react_id); $post = Post::where('id', $request->post_id)->first(); if($post->reactions) { $check = $this->reactValidate($post->id,...

You're so amazing! That looks like it will work for sure. Let me try it out. Thank you so much.

Hey @theBlbDan, I'm using this in a fragment so I tried changing the code a bit but it just crashes. ``` @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)...

Hi @pdaether, Did you ever figure this one out?

Updating `react-native-svg` to the latest version (v13.7.0) resolved the issue for me.