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 18,286 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
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

ozkanonur
ozkanonur commented Apr 13, 2020

Issue type:

[x] question
[ ] bug report
[ ] feature request
[x] documentation issue

Database system/driver:

[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

mattermost-server
fabio-boldrini
fabio-boldrini commented Feb 17, 2020

Description

I tried to create via REST a Bot without setting the username and I get an "Invalid email" error

Steps:

POST http://localhost:8065/api/v4/bots
{"display_name":"Alfred","description":"CMS Automation"}

And response is:

`{"id":"model.user.is_valid.email.app_error","message":"Invalid email","detailed_error":"","request_id":"4by66j8tcjfpmjn65sjjbrwn1y","status_code":4

PowerMogli
PowerMogli commented Sep 9, 2019

We are trying to migrate to v4. But now we are failing because we have no clue how to setup a custom auth (api-key) strategy. In v3 we registered our custom api-key strategy at passport like this:

this.passport.use('apikey', new Strategy(verifier));
// and
app.configure(apikey({ header: config.apiKey.header }));

Is there any documentation how to setup a custom (api-key) authentic

hannojg
hannojg commented Aug 9, 2019

I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined
![Screenshot 2019-08-09 at 18 01 26](https://user-images.githubusercontent.com/16821682/62792504-bd64b080-bacf-11e9-96a8-0d33089332ac.pn

joaovbibiano
joaovbibiano commented Apr 18, 2020

Hey there! Ignite CLI seems to be having a problem, eh?

Welllllll, it just might be. First, search the issues to make sure it's not already
here, and if not head over to http://community.infinite.red to
get some help. If you've identified that it's really an Ignite CLI issue, then:

  • Explain what's going on and preferably how to replicate the issue (bonus points for a repro app)
  • Run
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:

swr
ahmedelgabri
ahmedelgabri commented Jan 13, 2020

A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)

We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp

iswetak
iswetak commented Apr 29, 2020

how to solve this issue when
i have to click on enter from system keyboard then message are not send

is it possible to
when keypress enter = send message
When keypress shift + enter = new line message

  • Nodejs version: latest
  • React version: 0.1.0
  • React Native version: latest
  • react-native-gifted-chat version: "0.10.0-beta.web.26
  • TypeScript version: 3.6.3
react-native-camera
IanPhilips
IanPhilips commented Mar 17, 2020

Feature-Request

Describe the Feature
If I pass an object containing GPS coords or other EXIF data to the writeExif optional parameter my file includes this exif data, though the data returned from takePictureAsync and accessed via the base64 property does not.

Possible Implementations

  1. We could just note this in the RNCamera docs so people know what they're getting from th

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.