Mahesh Bhuva

Results 8 comments of Mahesh Bhuva

@thomasttvo Are you passing an array of style to Text component?

@thomasttvo I'm looking into it.

@thomasttvo It's working fine. Have you added `rnmp` in package.json to tell RN where your font is located?

You can place above snippet given by @ex3ndr in `index.js` file of your project. It will modify `render` method of `Text` component. But I couldn't get where is `patchStyles` function...

Yes. Need to check for both `customProps.style` and `this.props.style`.

@thomasttvo Tested on react-native 0.51. It works fine as `Text` can accept style object or recursive array of style objects.

Also, make sure If you are using `native-base` in your project, then `Text` is imported from `react-native`.