GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Feb 16, 2025 .github ci Sep 8, 2023 android feat: Add support for Instagram Stories linkUrl/linkText (#1600) Nov 18, 2024 example build(deps): bump json from 2.10.1 to 2.10.2 in /example (#1653) Mar 13, 2025 ios fix(ios): Instagram iOS sharing of stories (#1633) ...
}=React;varGIT_URL = 'https://api.github.com/search/repositories?q=';varAwesonProject =React.createClass({/*-- lifecycle --*/getInitialState:function() {return{//(row1, row2) => row1 !== row2:如果两次的数据不同的话,告诉数据源该数据发生了改变dataSource:newListView.DataSource({ rowH...
GSYGithubApp 系列的起源,单纯因为本人是个重度Github使用者,同时也想把 React Native 的相关经验做下沉淀,自然而然 GSYGithubApp 应运而生。而后的开发过程中发现,实现 GithubApp 能够成为经验的沉淀、技术的尝试、以及学习的驱动时,GSYGithubApp 成为本人推崇的项目。 如今在Flutter大潮下,GSYGithubApp ...
Screenshot Running and debugging Prepare your environment:Requirements CloneGitHubPopular, and goto the project root directory. runnpm i. runreact-native run-iosorreact-native run-android. Yeah. You make it. ToDo V2.0 planning Sliding hide NavBar ...
3、重点:你需要自己在app/config目录下 创建一个ignoreConfig.js文件,然后输入你申请的Github client_id 和 client_secret。 export const CLIENT_ID = "xxxx"; export const CLIENT_SECRET = "xxxx"; //如果需要上传七牛 export const ACCESS_KEY = "xxxx"; export const SECRET_KEY = "xxx"; export const...
跨平台作为移动开发中不可或缺的构成,GSYGithubApp系列一直致力于跨平台开发中的各种尝试,目前已经拥有 GSYGithubAppFlutter 、 GSYGithubAppWeex 、 GSYGithubApp (React Native) 三个版本,每一个都拥有较高的完成度, 并且不定时持续优化更新。
超完整的Flutter项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,
首先原来的GitHub Popular这个APP有些技术比较老了,比如Listview已经被废弃。作者采用了FlatList这个官方推荐的控件,相比Listview,FlatList性能比较高,具体想了解的可以去官网查看 在趋势模块导航中下拉框效果原作者使用了'Popover'这个第三方控件,但是由于react-native-navigation,必须要把视图加到window下,才能在导航栏上边显...
只给出了部分代码,全部代码及文档请看:https://github.com/archriss/react-native-snap-carousel/blob/master/doc/CUSTOM_INTERPOLATIONS.md ParallaxImage 组件 Carsousel库中还提供了另外一个组件ParallaxImage,一个知道轮播的当前滚动位置的图像组件,因此能够显示出不错的视差效果。效果图如下: ...