I want to fetch posts (videos, images, and text) from users that I’m not following and who are not following me. Currently, when a new account is created, it shows a blank global feed. After following someone, it only shows posts from followed users.
I want to fetch all global user posts (public posts from all users). How can I achieve this in react native sdk?
Hello @pravat04 , You can achieve this, but it requires a few setup steps 
Update your Social Network Settings
Use your Admin token to call this API:
PUT /api/v3/network-settings/social
Send us your API Key
After updating the settings, please send us your API Key so we can help enable the chronological (global) feed on your network.
Use the latest TS SDK version
Make sure you’re using the latest TS SDK (7.11.0), which includes the latest updates for global feed behavior.
Once these steps are completed, you’ll be able to fetch public posts from all users — not just those you follow.