racmartin

Results 1 comments of racmartin

``` ... import im.shimo.react.cookie.CookieManagerPackage; // IMPORT ... public class MainApplication extends Application implements ReactApplication { ... @Override protected List getPackages() { return Arrays.asList( new MainReactPackage(), new CookieManagerPackage() // ADD );...