Skip to content

Releases: bartonhammond/snowflake

Eslint support, upgrade dependancies

18 Oct 20:01
Compare
Choose a tag to compare

Many thanks to @amilajack!
RN -> 0.35.0
Redux -> 3.6.0

iOS upgrades: Fastlane build, icons and launch image, send to iTunesConnect and TestFlight

25 Sep 20:31
Compare
Choose a tag to compare

This release provides the bare minimum to get the iOS app submitted to iTunesConnect and thus TestFlight. It may not be a exhaustive solution but I was able to install the iOS app on my iPhone and test the app as an Internal Tester. This is a first attempt at getting the iOS app ready for submission to the Apple App Store.

By running the command fastlane ios beta, the app can be built and pushed. There is still more work to be done. This is a big first step (at least for me!) I created a private repo and used fastlane match to setup the Provisioning Profiles and Certs. For more info, refer to this for very helpful article https://shift.infinite.red/simple-react-native-ios-releases-4c28bb53a97b#.d855alk8h

BitRise has not been updated to submit the app automatically as I still need to figure out issues related to incrementing the build version.

Below screen shots show the changes that were made.

The fastlane/Fastfile has been totally redone to use Match, Gym and Pilot.

screen shot 2016-09-25 at 2 57 02 pm

screen shot 2016-09-25 at 2 59 38 pm

see http://stackoverflow.com/questions/34027270/ios-launch-screen-in-react-native to set Launch Images:

screen shot 2016-09-25 at 3 01 33 pm

screen shot 2016-09-25 at 3 04 37 pm

screen shot 2016-09-25 at 3 07 29 pm

Address memory issues w/ Singleton

23 Sep 19:46
Compare
Choose a tag to compare

Add codacy and some quotes

20 Sep 16:46
Compare
Choose a tag to compare

No code changes - just codacy badge and some quotes

Remove support for Parse.com and use Redhat Snowflake Hapi Server

15 Sep 23:41
Compare
Choose a tag to compare

Removed support for Parse.com #51

By default, the src/lib/config.example.js will be to run the remote Snowflake Hapi Server running on RedHat Openshift

BREAKING CHANGES: Be sure to use the new format of the config.js file in that the CONFIG.PARSE.SESSION_TOKEN_KEY is now CONFIG.SESSION_TOKEN_KEY

Update React-Native-Bundle step on Bitrise.io

01 Sep 23:20
Compare
Choose a tag to compare

Fixes #135 Bitrise step for React-Native-Bundle needs upgrade

Fix missing vector icons on Android

30 Aug 18:39
Compare
Choose a tag to compare

Fixed #133 android react-native-vector-icons do not display on device or new project

Note Bitrise build step will be updated tomorrow, Aug 31 '16

Upgrade to RN @0.32.0, Jest @14.1.0, Jest-React-Native @14.1.3

30 Aug 15:55
Compare
Choose a tag to compare

Upgraded to newest releases

Note: BitRise currently has error w/ built in step for react-native-bundle, see bitrise-steplib/steps-react-native-bundle#5. Once that is fixed, I will make another release with the updated YML

Use JS Standard for formatting

28 Aug 23:09
Compare
Choose a tag to compare

Fixes #132 Strip trailing whitespaces and a whole lot more!

use npm run format with parameters of the source location (e.g. npm run test src/lib/*.js) to verify that code is written to the JS Standard

note that npm test depends on standard running successfully.

Rearrange README so Setup is higher

24 Aug 15:11
Compare
Choose a tag to compare