You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: e.querySelector is not a function (it is undefined)This error is located at: in App (created by withDevTools(App)) in withDevTools(App) in RCTView (created by View) in View (created by AppContainer) in RCTView (created by View) in View (created by AppContainer) in AppContainer in main(RootComponent), js engine: hermes
Why?
In React Native el.querySelector does not work!
Proposed solution
Try to create adapter for React Native.
Something like:
Which package(s) are relevant/related to the feature request?
@maskito/react
Description
Problem
Investigate if it is possible to add React Native support.
The following code
throws
Why?
In React Native
el.querySelector
does not work!Proposed solution
Try to create adapter for React Native.
Something like:
The text was updated successfully, but these errors were encountered: