We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f626ad + 77bd938 commit c45ba6dCopy full SHA for c45ba6d
source/views/news/index.js
@@ -48,11 +48,12 @@ export default TabNavigator(
48
MessNewsView: {
49
screen: ({navigation}) => (
50
<NewsContainer
51
- mode="rss"
+ mode="wp-json"
52
name="The Mess"
53
navigation={navigation}
54
+ query={{per_page: 10, _embed: true}}
55
thumbnail={newsImages.mess}
- url="http://manitoumessenger.com/feed/"
56
+ url="https://www.manitoumessenger.com/wp-json/wp/v2/posts/"
57
/>
58
),
59
navigationOptions: {
0 commit comments