Rob Walker

Results 51 comments of Rob Walker

I'm trying to figure out a similar problem. I'm using ng-pluralize with the `0` option as seen in this code sample ``` ``` It would be great if that case...

Closing this, as I believe all the above issues are now resolved

iOS - Boot app with `xcrun simctl bootstatus "iPhone 13 Pro" -b` This command either returns immediately when the simulator is already booted, or boots the simulator then returns. The...

Hi @todorone I think we need to do some testing with expo to check that the technique we are using for implementing the actions works with the dev-client. I don't...

Ah, that could be the issue. It's only possible to test a build that's been created with the owl cli [build command](https://formidable.com/open-source/react-native-owl/docs/cli/building-the-app#examples). The build command injects the test client into...

Hi @todorone, I've just been looking over the expo docs, trying to see if there is a simple way to get owl working on expo. I haven't had a chance...

Hi @simonedif Are you using Expo, or was this on a bare React Native project? If it was on a bare React Native project, are you able to share a...

@simonedif please can you try with a shorter `setTimeout` in App.tsx. I think the Text input is not being rendered until after 5 seconds, just after the test has failed...

Thanks both. I'll have to look into this further once I get back on my laptop, as in travelling at the moment. There are example projects at https://github.com/manosim/react-native-owl-demo and in...

@simonedif I've just run the example at https://github.com/manosim/react-native-owl-demo after updating the `react-native-owl` dependency to `1.0.0` and it all works as expected. I think there are quite a few assumptions made...