Hi there, thanks for creating this amazing package! I'm using it in my RN project right now and it works prefectly.
However, I found out that when running my app (ipad version) in a M1 chip iMac, whenever the ReferenceLibraryView.showDefinitionForTerm is called, the app will crash. I guess the reason is probably iMac doesn't support such api. Therefore I wonder if you have any idea on how to handle the compatibility issue with it? For example, is there any way to check if the current device supports this api and display error msg if it's not supported?
Hi there, thanks for creating this amazing package! I'm using it in my RN project right now and it works prefectly.
However, I found out that when running my app (ipad version) in a M1 chip iMac, whenever the
ReferenceLibraryView.showDefinitionForTermis called, the app will crash. I guess the reason is probably iMac doesn't support such api. Therefore I wonder if you have any idea on how to handle the compatibility issue with it? For example, is there any way to check if the current device supports this api and display error msg if it's not supported?