Skip to content

Commit

Permalink
Merge pull request #3145 from wordpress-mobile/release/1.46.1
Browse files Browse the repository at this point in the history
Release 1.46.1
  • Loading branch information
fluiddot authored Feb 16, 2021
2 parents ef50e91 + 66d2b27 commit ef231f6
Show file tree
Hide file tree
Showing 9 changed files with 23,572 additions and 23,558 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ For a developer experience closer to the one the project maintainers current hav
* [nvm](https://github.com/creationix/nvm)
* Node.js and npm (use nvm to install them)
* [Yarn](https://yarnpkg.com/)
* [AndroidStudio](https://developer.android.com/studio/) to be able to compile the Android version of the app
* [Android Studio](https://developer.android.com/studio/) to be able to compile the Android version of the app
* [Xcode](https://developer.apple.com/xcode/) to be able to compile the iOS app
* CocoaPods(`sudo gem install cocoapods`) needed to fetch React and third-party dependencies.
* [Carthage](https://github.com/Carthage/Carthage#installing-carthage) for appium to be able run iOS UI tests

Depending on your setup, there may be a few configurations needed in Android Studio and Xcode. Please refer to [React Native's documentation](https://reactnative.dev/docs/environment-setup) for the latest requirements for each development environment.

Note that the OS platform used by the maintainers is macOS but the tools and setup should be usable in other platforms too.

### Clone the project
Expand Down Expand Up @@ -46,7 +48,7 @@ npm install
## Run

```
npm run start
npm run start:reset
```

Runs the packager (Metro) in development mode. The packager stays running to serve the app bundle to the clients that request it.
Expand Down Expand Up @@ -85,6 +87,8 @@ To see a list of all of your available iOS devices, use `xcrun simctl list devic

### Troubleshooting

If the Android emulator doesn't start correctly, or compiling fails with `Could not initialize class org.codehaus.groovy.runtime.InvokerHelper` or similar, it may help to double check the set up of your development environment against the latest requirements in [React Native's documentation](https://reactnative.dev/docs/environment-setup). With Android Studio, for example, you will need to configure the `ANDROID_HOME` environment variable and ensure that your version of JDK matches the latest requirements.

Some times, and especially when tweaking anything in the `package.json`, Babel configuration (`.babelrc`) or the Jest configuration (`jest.config.js`), your changes might seem to not take effect as expected. On those times, you might need to clean various caches before starting the packager. To do that, run the script: `npm run start:reset`. Other times, you might want to reinstall the NPM packages from scratch and the `npm run clean:install` script can be handy.

## Developing with Visual Studio Code
Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
------

1.46.1
------
* [**] Make inserter long-press options "add to beginning" and "add to end" always available. [#3074]
* [*] Fix crash when Column block width attribute was empty. [https://github.com/WordPress/gutenberg/pull/29015]

1.46.0
------
* [***] New Block: Audio [#2854, #3070]
Expand Down
2,774 changes: 1,389 additions & 1,385 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"wordads"
],
"beta": [
"amazon",
"anchor-fm",
"conversation",
"dialogue"
"amazon"
],
"experimental": [
"anchor-fm",
"seo",
"premium-content"
"premium-content",
"conversation",
"dialogue"
],
"no-post-editor": [
"business-hours",
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 267 files
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 684 files
Loading

0 comments on commit ef231f6

Please sign in to comment.