Deavial

Results 22 comments of Deavial

Hi @Erioldoesdesign, the cinecove team would like to contribute to the design as well. Could you add [email protected] and [email protected] please 😃 Thank you!

I am not a developer on this project, but when I do this I add the custom field to the object being saved in the contact. For example: ``` javascript...

I am not a developer on the project but am a consumer of the api. It does handle CRUD, it isn't documented here. I usually look at infusionsoft's xml rpc...

You can call `this.dialogBox.close()` to close the dialog

You would need to create your own version of `confirm` using `pop` which would look like this: ```js dialogBox.pop({ title: 'My Title', buttonFlow: 'column', // This is key, confirm uses...

The implementation is still the same as the origin code, which doesn't support child nodes. I have that as one of the highest things on my list. My first priority...

The branch that these changes are going in is [here](https://github.com/victoriafrench/react-native-dialogbox/tree/scoped/v0.7.0), just an FYI.

Can you post you code example? `ref` is still valid, it is the old way of using it that was dropped. In the olden days we called `ref="somename"` and react...

Currently, that is not supported. I will be releasing a new version that will accept custom components soon.

Actually no, looking at the codebase there is a hack you could use. You could pass a custom-styled `Text` component from what it looks like. This would only work with...