Mathias Picker

Results 84 comments of Mathias Picker

> It's normal for `updateIfDirty` to run multiple times on every keystroke. It'll update trigger TypeScript to update the program if the project state is dirty and needs an update....

Extra information: I'm making a snapchat like app, and after the user has recorded i play the video using react-native-video. While this video is playing i still have the Camera...

I tried the example app now, because i noticed that the react-native-video library is used there as well. I was thinking that maybe the navigation setup in the example app...

+1 on this! It should either be possible to define environment when linking or specify that you do not want to pull env variables with a flag, so that you...