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: jakex7/react-native-localization-settings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: jakex7/react-native-localization-settings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0-beta.0
Choose a head ref
  • 5 commits
  • 92 files changed
  • 1 contributor

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    d6d4b89 View commit details
    Browse the repository at this point in the history
  2. feat: support expo config plugin (#25)

    To make it easier for people using this library with Expo, I added support for the Expo config plugin to enable automatic generation of native configurations. This feature is currently in the experimental phase, so any feedback is greatly appreciated!
    
    Simply add the config plugin to your `app.json` file and specify the list of supported languages:
    
    ```json
    {
      "expo": {
        // ...
        "plugins": [
          [
            "react-native-localization-settings", 
            { 
              "languages": ["en", "pl"] 
            }
          ]
        ]
      }
    }
    ```
    
    and run `npx expo prebuild`.
    jakex7 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    35ed4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4974d4f View commit details
    Browse the repository at this point in the history
  4. fix: tsconfig build (#27)

    fix: tsconfig by excluding plugin from build
    jakex7 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4c4053d View commit details
    Browse the repository at this point in the history
  5. chore: release 1.2.0-beta.0

    jakex7 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a86170a View commit details
    Browse the repository at this point in the history
Loading