Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog Post: Open Source Roadmap #657

Merged
merged 4 commits into from
Nov 1, 2018
Merged

Conversation

hramos
Copy link
Contributor

@hramos hramos commented Oct 31, 2018

To be published Nov. 1st. We have a weekly open source sync meeting on Thursdays, and I want to make sure the information shared here is up to date prior to publishing.

@react-native-bot
Copy link

react-native-bot commented Oct 31, 2018

Deploy preview for react-native ready!

Built with commit 9f3064a

https://deploy-preview-657--react-native.netlify.com

Changes to docs/ are reflected in the next "master" version.

Thank you for your contributions.

How to ContributeDocumentation Sources

Copy link
Contributor

@kelset kelset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@hramos hramos merged commit 2a08b3f into facebook:master Nov 1, 2018
@hramos hramos deleted the blog-roadmap branch November 1, 2018 23:49
sunnylqm referenced this pull request in reactnativecn/react-native-website Nov 13, 2018
* Add Salesforce App to the showcase (#594)

* Fix 'Expo getting started' link (#598)

* Fix 'Expo getting started' link

* Update getting-started.md

* Update getting-started.md

* add default value to TextInput clearButtonMode description (#558)

* add default value to TextInput clearButtonMode description

Small documentation tweak - added information about default value of `clearButtonMode` property to `TextInput` component.

* Update textinput.md

* typo in 'specially' (#636)

* typo

* Update animations.md

* Add possible Buttons to rationale (#580)

* Missing code for passing result to ReactInstanceManager (#559)

> This is for projects which integrate react-native in existing android applications.

Any Native Module which uses `startActivityForResult()` and expects to catch the result in its `onActivityResult()` would fail if we do not override the `onActivityResult()` in our React Activity and pass it on to the `ReactInstanceManager` instance created.

* Update TouchableWithoutFeedback and Building For TV Devices (#565)

* Add onBlur and onFocus description

* Update TV Code changes

* Update touchablewithoutfeedback.md

* Update touchablewithoutfeedback.md

* Update building-for-apple-tv.md

* [DOCS] autoCapitalize caveat for name-phone-pad (#633)

* [DOCS] autoCapitalize caveat for name-phone-pad

https://developer.apple.com/documentation/uikit/uikeyboardtype/namephonepad

> UIKeyboardType.namePhonePad specifies a keypad designed for entering a person’s name or phone number. This keyboard type does not support auto-capitalization.

* Update textinput.md

* Added allowFileAccess Android WebView property (#586)

* remove methods from the KeyboardAvoidingView docs (#587)

* remove methods from the KeyboardAvoidingView docs

* Revert change to bullet points

* Update keyboardavoidingview.md

* Update keyboardavoidingview.md

* fix typo easing (#615)

* fix typo easing

static in easing; 
to
static in(easing)

* Update easing.md

* Update easing.md

* Update easing.md

* Update easing.md

* Update easing.md

* Update easing.md

* Text component behaviour inside another Text component (#589)

* Fix: <Text> element behaviour inside <Text>

* Update text.md

* Update text.md

* Typo (#638)

Change 'indiciating' to 'indicating'

* Document buttonPositive, buttonNegative, buttonNeutral (#650)

* Invalid anchors (#647)

* Invalid anchors

On [web version](https://facebook.github.io/react-native/docs/switch) camelcase anchors not supported

* Update switch.md

* Update switch.md

* Fix broken link in understanding-cli.md (#648)

* Fix broken link in understanding-cli.md

* Change link to metro config in understanding-cli.md

* Update guides with latest content across all versions (#656)

* Automatically correct unversioned guides.

* Collapse updates to unversioned docs back into Version 0.5

* Update navigation.md (#658)

added missing space

* Remove html extensions from links on index page (#637)

* Fix path of generated APK (#639)

In React Native v0.57.4, the generated APK can be found under `android/app/build/outputs/apk/release/app-release.apk`.

* Recommend installing SDK 27 in Getting Started

I have got an error saying it requires android sdk 27 while trying to run "react-native run-android" command in my pc....

* Update doc unversioning script to use latest data from docs/

* Run unversion script

* Prettier

* Prettier

* Match font-size in lists to font-size in p

* Sync with latest changes

* Update Getting Started

* Add yarn command for fixing Guides

* Blog Post: Open Source Roadmap (#657)

* Blog Post: Open Source Roadmap

* Link to discussions repo

* Add thumbColor changes to Switch on versioned 0.57 (#620)

* Removed performance section from stylesheet as no longer true (#629)

See facebook/react-native@a8e3c7f
`StyleSheet.create` is now an identity function, the `ReactNativePropRegistry` (`StyleSheetRegistry`) was removed.

* Update Out-of-Tree Platform docs to reflect new module patterns (#604)

* .big-button nicer hover effect (#603)

* Lighter big button color change on hover (#600)

* Adds a basic example to Share API (#539)

* Adds a basic example to Share.md

This commit adds a basic example to the Share API. The example highlights use of the Share.sharedAction, Share.dismissedAction, and Share.share methods as well as how they are intended to be used together.

* Add missing 's' in accessibilityStates prop mentions (#659)

* Correct whitespace in AsyncStorage "Fetching data" (#661)

* fix incomplete sentence in DatePickerAndroid docs (#654)

* Update native-components-ios.md (#625)

* Update native-components-ios.md

`RCTBubblingEventBlock` must be prefixed with `on` but this does not mentioned in the documentation. I find it in this [link](https://stackoverflow.com/a/46430329/3127015) and I really waste my time to figure out why my callback does not call. I then think it can be helpful to others to know it as well.

* Update native-components-ios.md

* Add missing properties doc to LayoutAnimation (#623)

* Fixes to the Layout Props page (#595)

- Fixed grammar in the `aspectRatio` segment
- Changed the supported types of many props from `number, , string` to the more fitting `number, string`

* Added info on how to debug using Safari (#588)

* Added info on how to debug using Safari

* Update debugging.md

* Add docs for ImageBackground (#597)

* Backport ImageBackground docs all the way back to 0.46

* Small grammar fix (#643)

"Notice that {pic} is surrounded by braces, to embed the variable pic into JSX. " is not a grammatically correct sentence.

It can be quickly fixed by removing the comma, but the sentence can be made more concise and clear.

My proposed fix:
"Notice the braces surrounding `{pic}` - these embed the variable `pic` into JSX." 

This changes the focus of the sentence to braces and explains more concisely what function they are performing.

* Clarifying exactly what properties absoluteFill includes (#644)

* Update to new way of referencing dependencies (#642)

also made Ndk version consistent with links

* Clarifying opacity is between 0 and 1, adding default (#634)

* tweak the wording to stick to jdk 8 (#640)

* Introduce apply git patch file after running `react-native-git-upgrade` command (#632)

The troubles I met in the react-native upgrading process motivated me to add more details about applying git patch file generated by command `react-native-git-upgrade`. Conflicts will only be marked up for resolving after applying the patch.

* Fixed prop descriptions of 'color' and 'value' props in picker-item.md (#627)

* Fix small bug in ReadMe doc and add consistent periods. (#622)

* Refactor State doc to return proper elemnt and keep consistent function format (#621)

* Update height-and-width.md (#616)

Correcting grammar for clarity.

* Reorder props alphabetically (#609)

* tintColor is deprecated, updated docs to reflect this change (#605)

* Add deprecation notice for tintColor to 0.57 docs

* Add reference to shadow props in View style docs (#599)

* File structure should include the 1x version too. (#581)

Its unclear in the docs that the 1x version should be included too. I believe that you do need it, correct me if I'm wrong?

* move styles declaration to the top for emphasis (#200)

* move styles declaration to the top for emphasis

* Update style.md

* Update gradle documentation (#199)

* Update gradle documentation

`compile` is now deprecated in favor of `implementation`.

https://stackoverflow.com/questions/44493378/whats-the-difference-between-implementation-and-compile-in-gradle

* Update integration-with-existing-apps.md

* Update guide sync script to ensure v0.5 is always up to date

Switch to Pretty Quick

* Switch from lint-staged to husky + pretty-quick

* Update copyright headers to yearless format

* Remove outdated images in Android GS

* add crash reporting services for react native (#666)

* Added testId in doc for TouchableWithoutFeedback (#667)

Thos prop was missing from the documentation, but people are still using it extensively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants