ReactSmarter

Results 9 issues of ReactSmarter

错误提示 :/Users/apple/Public/Github/yoapp/node_modules/react-native-wechat/android/src/main/java/com/theweflex/react/WeChatModule.java:7: 错误: 程序包androidx.support.annotation不存在 import androidx.support.annotation.Nullable; 参照 这篇 [https://www.jianshu.com/p/41de8689615d](https://www.jianshu.com/p/41de8689615d) 文章做了修改还是不行. 是迁移到android-x的问题吗?

bug
android

你好, react-native-swiper的问题, 我用react-native-swiper时,使用动态连接, indicator的小点index好像不对, 有时候不动. 看你的加载方式好像是没问题的. 不知道具体实现的时候是否也遇到了这个问题. github上关于这个组件的问题很多.

prepare to get rref from expression 1. write expression 2. to augment matrix 3. evaluate `rref` function to get rref seems type has problem ```julia let using LaTeXStrings,Symbolics,LinearAlgebra,RowEchelon,Latexify @variables x,y,z,eqs...

to show a operation of processing like this code ```julia using LaTeXStrings,Symbolics,LinearAlgebra,Latexify @variables A,v,x₁,x₂ A=[1 2; 3 4 ; 5 6] v=[x₁,x₂] [latexify(A) ,L"\times",latexify(v) ,L"\Rightarrow", latexify(A*v)] ```

I want to write more algebraic style code , so do this here is the code for eigen polynomials with pluto note 1. get algebraic expression with symbolcs.jl ```julia using...

eg. lorenz ``` function lorenz!(du,u,p,t) σ,ρ,β = p du[1] = σ*(u[2]-u[1]) du[2] = u[1]*(ρ-u[3]) - u[2] du[3] = u[1]*u[2] - β*u[3] end ``` modify to : ``` function lorenz!(du,u,p,t) σ,ρ,β...

I want to write more algebraic style code , so do this here is the code for eigen polynomials with pluto note 1. get algebraic expression with symbolcs.jl ```julia using...

**为了节省大家的时间,请尽可能详细地说明问题,并最好提供截图(特别是出错信息)。** 我试过了想把初始化部分封装一个函数, 直接返回一个坐标, 但是 不知道return 在哪里写

bug
android

`2016-09-11 20:51:39.967 [fatal][tid:main] Unable to resolve module react from /Users/apple/Desktop/toilet/toilet/index.ios.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react and its parent...