Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timbielawski/react-native-form-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MichaelCereda/react-native-form-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 16 files changed
  • 9 contributors

Commits on Sep 1, 2016

  1. Add styling without causing warnings

    You could customize the color of the picker via the containerStyles property, but it causes warnings since you can't pass color to View elements.
    This new property enables to customize the Picker color, without generating warnings
    jbrodriguez authored Sep 1, 2016
    Configuration menu
    Copy the full SHA
    91a3426 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Add autoClose property for iOS

    This allows the picker to be closed after the user selects a value
    jbrodriguez authored Sep 2, 2016
    Configuration menu
    Copy the full SHA
    2062958 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Remove layout handling

    This causes issues of not display the UI in RN 0.33
    jbrodriguez authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    4337a5a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. iOS needs layout changes

    jbrodriguez authored Sep 22, 2016
    Configuration menu
    Copy the full SHA
    c5a45f1 View commit details
    Browse the repository at this point in the history
  2. Add required import

    jbrodriguez authored Sep 22, 2016
    Configuration menu
    Copy the full SHA
    89a94ef View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Adding icon left and right support to Date Picker Android

    Jaafar Abu Sair committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    f3062b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Fixing minimum and maximum date for Android date picker

    Jaafar Abu Sair committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    fd3a93f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Merge pull request MichaelCereda#69 from Jaafar-abusair/master

    Adding icon left and right support to Date Picker Android
    MichaelCereda authored Nov 1, 2016
    Configuration menu
    Copy the full SHA
    40f3668 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MichaelCereda#58 from jbrodriguez/master

    Add styling without causing warnings
    MichaelCereda authored Nov 1, 2016
    Configuration menu
    Copy the full SHA
    c94859f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Configuration menu
    Copy the full SHA
    012136a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Merge pull request MichaelCereda#79 from michaelarmfield/props_fix

    Add missing style prop
    MichaelCereda authored Dec 2, 2016
    Configuration menu
    Copy the full SHA
    1bebb69 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    465bb3e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    22cb93e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Configuration menu
    Copy the full SHA
    abee554 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Merge pull request MichaelCereda#124 from hans0low/master

    Newer versions of React switched to prop-types package.
    MichaelCereda authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    bb26d36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MichaelCereda#126 from kastopia/bugfix/timepicker_…

    …android
    
    Use datetimeTimeFormat to show time value
    MichaelCereda authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    15e8529 View commit details
    Browse the repository at this point in the history
  3. Merge pull request MichaelCereda#117 from brunocascio/master

    Added prop-types external dependency
    MichaelCereda authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    9ddb69b View commit details
    Browse the repository at this point in the history
  4. Adding new Component CountDownField (MichaelCereda#111)

    * Add CountDownField to support special IOS appearance
    
    * Add CountDownField to example.js
    EnricoGallus authored and MichaelCereda committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    6cf13ba View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Fix typo (MichaelCereda#92)

    no such thing as underfined
    bjesus authored and MichaelCereda committed May 13, 2018
    Configuration menu
    Copy the full SHA
    1a8d94a View commit details
    Browse the repository at this point in the history
Loading