Skip to content

Commit 5afc7df

Browse files
feat: Add comprehensive React Native ecosystem RSS feeds
- Add Expo blog RSS feed for Expo SDK updates and announcements - Add Callstack blog (React Native consulting company with high-quality content) - Add Infinite Red blog (React Native agency with popular libraries like Flipper) - Add Aman Mittal's blog (prolific React Native developer and writer) - Improve React Native news coverage to capture more ecosystem updates This will help capture important React Native ecosystem news including: - Expo SDK releases and new features - React Native performance optimizations - Popular library updates - Community best practices 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d98eff7 commit 5afc7df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/generate_article.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
# React Native関連
2121
"React Native Blog": "https://reactnative.dev/blog/rss.xml",
2222
"React Native Community": "https://medium.com/feed/react-native-community",
23+
"Expo Blog": "https://expo.dev/blog.rss",
24+
"Callstack Blog": "https://www.callstack.com/blog/rss.xml",
25+
"Infinite Red": "https://infinite.red/feed.xml",
26+
"Aman Mittal": "https://amanhimself.dev/rss.xml",
2327
"Reddit React Native": "https://www.reddit.com/r/reactnative/.rss",
2428
"Qiita (React Native)": "https://qiita.com/tags/react-native/feed",
2529
"React Native YouTube": "https://www.youtube.com/feeds/videos.xml?channel_id=UCMYS7PYW8T9lHVtNXbLvR3w",

0 commit comments

Comments
 (0)