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 15,859 public repositories matching this topic...

storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
penghuwan
penghuwan commented Nov 26, 2019

问题描述

Input,TextArea组件文档没有介绍小程序端的兼容状况

复现步骤

亲爱的开发者们您好,我遇到的问题如下

  1. 我想要使用Input,Textarea等组件,并想要运用于小程序中
  2. 查阅taro中该组件相关的文档后,没有只有H5/RN端介绍了兼容性差异,而微信,支付宝等小程序端没有介绍兼容情况,如下图所示

屏幕快照 2019-11-26 下午12 05 43

3.请问能够补充一下吗
4. 非常感谢!

期望行为

能够在Input,Textarea文

formik
iRoachie
iRoachie commented Oct 7, 2019

We've recently updated our github workflow to have 3 branches:

master - current version on npm that's live
next - upcoming features and changes
patch - bug fixes (usually released within a day)

We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.

mattermost-server
mattermod
mattermod commented Feb 4, 2020

Current implementation missed webapp, but server and mobile are done: mattermost/mattermost-server#10145

Add a count, similar to the channel member icon, to the pinned post icon in the channel header.

The count should increment when a post is pinned and decrement when a post is unpinned.

![screenshot](https://user-images.githubusercontent.com/16541325/7376682

kopax
kopax commented Jan 3, 2020

I am a user of react-router and discovered react-navigation while doing my first expo (SDK36) application.

I want to support web and native, after testing your demo, I wonder why there is a web compatibility while the example does not support the web.

Also, expo documentation suggested that we use the react-router

XenorPLxx
XenorPLxx commented Jan 15, 2019

Hello!

Reactotron provides nice feature of exporting whole API calls to markdown, which I've noticed recently and started using heavily to communicate bugs to backend developers.

Would be great if those markdown exports also included local timestamp, as it'd allow backend developers to correlate my logs with theirs. It's especially important for timeout cases where I don't have any of their

sahil839
sahil839 commented Jan 25, 2020

Steps to reproduce:

  1. Reduce the width of browser to a certain extent.
  2. Open settings page by clicking on gear icon on top right.
  3. The first setting in the menu opens directly,
    Your Account opens for user settings while Organization Profile opens for organization settings.

![Peek 2020-01-25 00-31](https://user-images.githubusercontent.com/35494118/73124662-c422a980-3fc3-11ea-8d87-

react-native-windows
aschultz
aschultz commented Jan 10, 2020

Environment

react-native-cli: 2.0.1
react-native: 0.60.6

  System:
    OS: Windows 10 10.0.18363
    CPU: (12) x64 Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
    Memory: 24.29 GB / 47.92 GB
  Binaries:
    Node: 10.15.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.17.3 - C:\Users\aschultz\AppData\Roaming\npm\yarn.CMD
    npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
  npmPack
GuillaumeSpera
GuillaumeSpera commented Nov 15, 2019

Bug

For the component Marker, the type of value retrieved from onPress={e => console.log(e.nativeEvent)} does not match the documentation NOR the index.d.ts

What is being logged :
{ action: "marker-press", coordinate: { latitude: 0, longitude: 0 }, id: "unknown", target: 77 }

Environment info

React native info output:

DanielAlongE
DanielAlongE commented Jul 3, 2019

Which OS Windows 10

Version

Which versions are you using:

  • react-native-swiper v1.5.14
  • react-native v2.0.1
  • expo v2.21.1

Expected behaviour

Dots or page should update on swipe

Actual behaviour

It swipes as expected but the dot and page number does not update

How to reproduce it>

To help us, please fork this component, modify one example in examples f

denizbas92
denizbas92 commented Jan 27, 2020

I need a library as I can use it like a OPENCV. I want to obtain some information about the photo that I have taken before ? These informations are white/black balance , blur, reflection so on. Can I get this information by using react-native-camera library ?

Created by Facebook

Released January 2015

Latest release 3 months ago

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

Related Topics

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