If the user hasn't linked the library properly, currently the error messages aren't very useful.
e.g. If the library isn't linked, users usually get an error null is not an object ( evaluating 'RNGestureHandlerModule.default.Direction'). If the library is linked but no code was added to wrap the rootview, no error is thrown, but gestures don't work.
It'll be useful if the library showed a helpful error with a link to the documentation when it detects that it hasn't been linked properly.