Replies: 4 comments 3 replies
-
Good question, copying @vinnyjth |
Beta Was this translation helpful? Give feedback.
-
I will say I like how the change cleans up the API config.json file. |
Beta Was this translation helpful? Give feedback.
-
I'll link you a code example! https://github.com/NewSpring/corinth/blob/master/src/theme/propOverrides.js#L89-L91 This is the best way to do it, since it will auto-magically work with all the feature feeds in your app, and will survive any apollos upgrades. |
Beta Was this translation helpful? Give feedback.
-
@vinnyjth so doing it the way that you suggested throws an invalid hook error. However if I add Then it works as expected. I assume the risk of doing it this way is that an update could change it? |
Beta Was this translation helpful? Give feedback.
-
On the latest version, it looks like the home tab has been moved into the index.js in the tabs folder. How do I pass in the additional features that I was passing in using the additionalFeatures Prop?
Beta Was this translation helpful? Give feedback.
All reactions