Michael Mao

Results 68 comments of Michael Mao

also this code [https://zhuanlan.zhihu.com/p/415365117](https://zhuanlan.zhihu.com/p/415365117)

just use it , no thanks !!! ``` override fun onViewCreated(view: View?, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) Looper.myQueue().addIdleHandler { spring_view.callFresh() false } } ```

@FrankLove 兄弟,你这个屏幕推送有开源代码参考吗,重复轮子也不好造啊

@FrankLove 感谢回复 由于对这块不是很熟, 一时无从下手 不过刚刚我已经成功运行了一个案例, 只是推流技术不一样 https://github.com/eterrao/ScreenRecorder 不知后面阁下是否继续研究在不同手机间远程控制

666 可以内置包装一个 notification 防止打断外部事件 https://github.com/fluttercandies/pull_to_refresh_notification/issues/28

how to fix this ? @hathorr-hub ``` A problem occurred configuring project ':library-reactnative'. > Could not resolve all dependencies for configuration ':library-reactnative:embed'. > Could not resolve com.facebook.react:react-native:0.69.3. Required by: project...

thank you @Legion2, I found a new solution. ``` buildscript { ext.reactNativeVersion = "0.69.3" } ``` ``` flatDir { dirs "file://${gradle.ext.modules.reactNative.nodeModulesPath}/react-native/android/com/facebook/react/react-native/${reactNativeVersion}" } ``` ``` debugEmbed(name: "react-native-${rootProject.ext.reactNativeVersion}-debug", ext: 'aar') releaseEmbed(name: "react-native-${rootProject.ext.reactNativeVersion}-release",...

same problem as 0.68.2, when move android dir outer react-native js project use relative path ``` [email protected]: version "0.68.2" resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.2.tgz#07547cd31bb9335a7fa4135cfbdc24e067142585" integrity sha512-qNMz+mdIirCEmlrhapAtAG+SWVx6MAiSfCbFNhfHqiqu1xw1OKXdzIrjaBEPihRC2pcORCoCHduHGQe/Pz9Yuw== dependencies: "@jest/create-cache-key-function" "^27.0.1" "@react-native-community/cli" "^7.0.3" "@react-native-community/cli-platform-android" "^7.0.1"...

> same problem as 0.68.2, when move android dir outer react-native js project use relative path > > ``` > [email protected]: > version "0.68.2" > resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.2.tgz#07547cd31bb9335a7fa4135cfbdc24e067142585" > integrity sha512-qNMz+mdIirCEmlrhapAtAG+SWVx6MAiSfCbFNhfHqiqu1xw1OKXdzIrjaBEPihRC2pcORCoCHduHGQe/Pz9Yuw==...