DDDP Version 2.0 Released
Adam Liechty
—March 20, 2019
We are excited to announce version 2.0 of the DoubleDutch Developer Platform!
We've made some improvements to the development tools and process, which will speed your development time and provide access to the latest features React and React Native have to offer.
Getting started
See Getting Started with DDDP for full details.
npm i -g @doubledutch/cli@latest
to get the latestdoubledutch
command-line interface.- Set up the DoubleDutch simulator app for either iOS or Android.
- Use
doubledutch init
to clone a sample project and get started. - Launch the
mobile
and/orweb/admin
folder projects withnpm start
to run locally.
Major changes
The version 2.0 tools make several important changes.
- Your extension code base no longer needs iOS and Android project files. You can develop multiple DoubleDutch extensions with the same DoubleDutch Simulator app.
- Built on React Native 0.59, which includes many feature, stability, and security enhancements.
Upgrading from version 1
To upgrade from the DDDP v1 tools:
npm i -g @doubledutch/cli@latest
to get the latestdoubledutch
command-line interface.- Set up the DoubleDutch simulator app for either iOS or Android.
- Update your existing DDDP extension with
doubledutch upgrade-rn
. - Launch the
mobile
and/orweb/admin
folder projects withnpm start
to run locally.