-
Updated
May 29, 2020 - TypeScript
react-native-app
React Native is a JavaScript mobile framework developed by Facebook. It allows developers to build Android and iOS mobile apps using JavaScript and reuse code across web and mobile applications.
Here are 429 public repositories matching this topic...
Problem
Currently when a user receives a PN, we show a very generic message (no indication of sender, body, etc). This will change in the future (e.g. with status-im/status-react#7043), so it would be good to be more explicit about the fact that we are showing a generic PN message due to the db being locked. Also, since we may receive PNs from users we've since removed
react-native versin?
npm uninstall -g react-native
npm install -g react-native-cli
命令之后,执行react-native run-android/ios仍然会出现
Looks like you installed react-native globally, maybe you meant react-native-cli?
To fix the issue, run:
npm uninstall -g react-native
npm install -g react-native-cli
In the guide: https://github.com/artsy/emission/blob/master/docs/running-emission-in-eigen.md
The biggest faff - and specifically the only thing stopping Eigen from being able to use Emission dev mode any-time is the lack of RCTWebSocket.
We could add RCTWebSocket to our Podfile and then remove it in the Fastfile before a pod install on circle?
I noticed that if I just copy the code in: https://galio.io/docs/#/components/switch
<Switch
value={this.state["switch-1"]}
onValueChange={() => this.toggleSwitch("switch-1")}
/>
It throws an error saying that onChange is undefined. I think it would be a good to provide documentation that you would need onChange along with onValueChange. Unless I was implementing it wrong?
When clicking on an input, it pushes everything into the top..
just reporting it, up to you if u wanna fix it.
It seems working well in Debug mode, but in Release mode build fails
Steps to reproduce
-
Create new project by react-native cli
-
Install react-native firestack
Commands for reproduce
$ react-native init AwesomeProject
$ cd AwesomeProject
$ npm install react-native-firestack --save
$ react-native link react-native-firestack
$ cd ios && pod update --verbose
$-
Updated
May 10, 2020 - JavaScript
I've created an app using Shoutem Builder, but the builder isn't allowing me to use iframes, so I've created a local copy with shoutem clone so I can edit the screens which require iframes myself.
Here's the issue: the documentation has information on editing a screen created using the CLI, but I'm unable to find anything related to how to locate and edit individual screens that were created
-
Updated
Sep 7, 2018 - JavaScript
Basic Features TODO
- 登录用户 Profile 展示 (接口:http://open.weibo.com/wiki/2/users/show)
- 展示最近的微博 (接口:http://open.weibo.com/wiki/2/statuses/user_timeline)
- 用户的 home_timline (接口:http://open.weibo.com/wiki/2/statuses/home_timeline)
- 发表微博 (http://open.weibo.com/wiki/2/statuses/update)
- 微博的评论
- 转发
- 点赞
- URL 用
LinkingIOS打开 - 用户列表(Follower 和 Following)
- 消息列表
-
Updated
May 30, 2020 - JavaScript
-
Updated
Jan 25, 2018 - JavaScript
-
Updated
Mar 15, 2019 - JavaScript
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Nov 30, 2018 - JavaScript
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-simple-import-sort": "^5.0.2",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
after upgrading to normalizr v3, user favorites schema is broken. fix should be easy and also as this is just a test project, I leave it as an exercise if anybody can send a PR with a fix :)
Cleanup code
-
Updated
Jun 27, 2019 - JavaScript
Redux là 1 library nổi tiếng của react
Bạn có thể viết thêm về redux và cách sử dụng nó thay vì gọi trực tiếp setState được không?
Và khi nào thì cần phải sử dụng redux, khi nào không?
Thanks
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Mar 23, 2019 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
May 30, 2020 - TypeScript
-
Updated
May 12, 2020 - TypeScript
-
Updated
Jan 13, 2018 - JavaScript
-
Updated
Apr 11, 2020 - Dockerfile
-
Updated
Nov 16, 2019 - JavaScript
Created by Facebook
Released January 2015
Latest release about 2 months ago
- Repository
- facebook/react-native
- Website
- reactnative.com
- Wikipedia
- Wikipedia

Documentation Feedback
How can I test the
messaging().onMessagemethod?I tried to issue the
SharedEventEmitter.emit ('messaging_message_received')event but was unsuccessful.Any workaround?