Skip to content
#

React Native

react-native logo

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 50 public repositories matching this topic...

pedropombeiro
pedropombeiro commented Dec 7, 2018

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

emacsomancer
emacsomancer commented Mar 13, 2017

Issue: Clicking/tapping a link within an entry/post just opens a blank page.

Expected behaviour: Clicking a link in an entry/post should trigger opening a browser

[Side related nitpick: For the general "open in browser" function - does it need to be within a three-dot menu which only has one item? Couldn't it just be (1 tap) icon like the "mark unread" button?]

bug
sulami
sulami commented May 30, 2018

When upgrading react-navigation to 2.0, I'm getting a lot of "The StackNavigator
function name is deprecated, please use createStackNavigator instead", which is
fixed easily enough by something like this.

(src/clsjs_react_navigation/base.cljs)

 ;; Navigators
 (defonce createNavigator (gobj/get ReactNavigation #js ["createNavigator"]))
-(defonce StackNavigator (gobj/get ReactNaviga

Created by Facebook

Released January 2015

Latest release about 2 months ago

Repository
facebook/react-native
Website
reactnative.com
Wikipedia
Wikipedia

Related Topics

reactjs
You can’t perform that action at this time.