Record and Upload Videos with React Native
Record and Upload Videos with React Native
In one of my last blog posts, Samuel Omole asked me if I could do an article about uploading content with React Native. For me the most interesting content to upload are videos, they are fun to watch. Also, they open up cool opportunities to do super cool stuff like streaming, so there might be a part two on this post if you are interested.
相關推薦
Record and Upload Videos with React Native
Record and Upload Videos with React NativeIn one of my last blog posts, Samuel Omole asked me if I could do an article about uploading content with React N
Here are my favorite hacks for creating production level apps with React Native
Trust me when I say this, React Native is hard. And it’s not the usual hard of what we think hard is. It is hard in terms of working with in general. In th
location and App Permissions in React Native and Expo
In web, Geolocation is provided as an API that has different methods to use in a web application. Similarly, React Native takes advantage of this API and i
Routing in React Native apps and how to configure your project with React
Tab Navigator implements a type of navigation that exists in native iOS for many years already. Recently, Android added it to its Material design patterns
[React Intl] Format Numbers with Separators and Currency Symbols using react-intl FormattedNumber
lan pass prop val div data tor display nbsp Using a react-intl FormattedNumber component, we‘ll pass a Number and a few additional props
[React Native] Reduce Long Import Statements in React Native with Absolute Imports
other absolute fig Go react project only port gen In large React Native projects, it’s common to have long relative import paths li
React native Configuration with name 'default' not found.
reac sharp key nat gap all config IT resolve 添加插件後出現異常 FAILURE: Build failed with an exception. * What went wrong: A problem occurred c
解決React Native報錯:Navigator is deprecated and has been removed from this package.
報錯如下: Navigator is deprecated and has been removed from this package. It can now be installed and imported from `react
Building a React Native App With Complex Navigation Using React Navigation
In May 2018 my startup switched from the Ionic framework to React Native because the app we are developing needs versatile navigation. Ionic’s way of handl
How to structure your project and manage static resources in React Native
How to structure your project and manage static resources in React NativeReact and React Native are just frameworks, and they do not dictate how we should
What We Learnt from Code Sharing Between React and React Native
With React Native on mobile devices, React was the logical choice for the web. This allowed us to have one team on the project working on the single-page a
Ask HN: How are you building large apps with react and GraphQL
What patterns and tools are you using to build large apps with react and GraphQL?With Apollo, do you use cache or link-state? Are you using redux (I love r
Building React Native Projects with Native Code: Part 1
Building React Native Projects with Native Code: Part 1With Expo (now fully embraced by React Native), building plain (JavaScript only) React Native applic
React Native and Forms Redeux: Part 1
React Native and Forms Redeux: Part 1Yet (YET) another article on React and forms; with a React Native twist.note: There is a reason the image is reversed
Simple Image Upload with React
Bonus - Breaking the CodeAs developers, we should be constantly thinking about how a user may break our program and trying to anticipate those bugs before
Why & How Words With Friends Is Adopting React Native
Why & How Words With Friends Is Adopting React NativeJohn Bacon | Principal Software EngineerBrian Liang | ArchitectPeter Turner | Principal Software E
Fixing React Native issues and happy deploy to Bitrise, Fabric, CircleCI
Fixing React Native issues and happy deploy to Bitrise, Fabric, CircleCIThis post is about implementing QR code scanning, fixing building issues, continuou
Integrate Touch ID and Face ID to your React Native App
Integrate Touch ID and Face ID to your React Native AppAdding authentication using the user’s Touch ID or the new Face ID is easier than ever in your React
Setting up ESLint and EditorConfig in React Native projects
Setting up ESLint and EditorConfig in React Native projectsI had a hard time going from 4 spaces to 2 spaces indentation, now I’m quite comfortable with it
sublime配置ESLint_Linting React/JSX and ES6 Javascript with Eslint in Sublime Text 3
A few weeks ago, I wrote a blog on how to setup ST3 for React dev. Since then, I learned more about react development, I started to use