Andrew M
Andrew M
It would be nice to use Ololog in react-native. Right now it seems it primary doesn't work because the browser check is incorrect so react-native is detected as a browser...
Submitting my app to Apple results in a warning that usage of the deprecated UIWebView will result in apps being rejected soon. I'm not entirely certain but a search with...
## Description https://reactnative.dev/docs/view#onlayout Trying to animate elements in my app to the screen locations of other elements. I get the position of those elements in their onLayout callbacks and cache...
``` Encountered an uncaught exception that was thrown by a reaction or observer component, in: 'Reaction[Reaction@148] Error: [serializr] expected array (like) object ``` This happens if a property defined as...
Pseudocode ``` class RootStore(){ @persist('object', User) @observable myUser = new User() //has no properties yet } const hydrate = create({ storage: localForage, jsonify: false, }) const rootStore = new rootStore()...
Related to https://github.com/BranchMetrics/react-native-branch-deep-linking-attribution/issues/658 The SDK stops functioning completely on Android until the next time the app is foregrounded if there is an error in `branch.subscribe`. For example: 1. Start app...
The documentation doesn't say anything beyond "if there is no error then params will not be null". What about when there is an error? How should it be handled? If...
Typescript definitions would be highly appreciated for this library. Typescript is only growing in popularity and this is pretty much the only library I've encountered that doesn't have definitions yet.
I'm just dipping my toes into Scala(js) and I'm interested in using slinky since I have an existing large react-native app and Typescript is torturous to write and maintain. It...
Per title, if I am debugging with react-native-debugger and press ctrl+m to open the dev menu in the Android emulator react-native-debugger instantly loses connection. This makes it impossible to use...