I want to use conteful with React Native Expo

Hi,

I want to display content on conteful in a mobile app (created with React Native Expo).
I’m wondering whether to choose javascript SDK or content-delivery-api.

I referred to the page below, but it is difficult to select.


https://www.contentful.com/developers/docs/references/content-delivery-api/

https://www.contentful.com/developers/docs/javascript/tutorials/using-js-cda-sdk/


If you have any knowledge, please give me some advice.

Kind regards,
HkDev.

Hi,
I would recommend you to use content delivery api. As to setup CDA with react-native is quite easy as with sdk. We can use Apollo Client GraphQL package to implement contentful APIs.
for you reference have a look to this article.